<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://syscall.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://syscall.org/feed.php">
        <title>syscall.org - overswarm:antlanguage</title>
        <description></description>
        <link>http://syscall.org/</link>
        <image rdf:resource="http://syscall.org/lib/exe/fetch.php/wiki/dokuwiki.svg" />
       <dc:date>2026-04-17T09:32:14+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://syscall.org/doku.php/overswarm/antlanguage/functionlib?rev=1716805593&amp;do=diff"/>
                <rdf:li rdf:resource="http://syscall.org/doku.php/overswarm/antlanguage/introduction?rev=1716805593&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://syscall.org/lib/exe/fetch.php/wiki/dokuwiki.svg">
        <title>syscall.org</title>
        <link>http://syscall.org/</link>
        <url>http://syscall.org/lib/exe/fetch.php/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://syscall.org/doku.php/overswarm/antlanguage/functionlib?rev=1716805593&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-27T10:26:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>functionlib</title>
        <link>http://syscall.org/doku.php/overswarm/antlanguage/functionlib?rev=1716805593&amp;do=diff</link>
        <description>Function&#039;s library

Logic and arithmetic

The basic arithmetic operators are: +, -, *, / (plus, minus, times, divide)


(+ 3 5)


Returns the sum of 3 and 5, 8. These operators are n-ary, thus more than two arguments can be employed.


(- 1 2 3 4 5 6 7)</description>
    </item>
    <item rdf:about="http://syscall.org/doku.php/overswarm/antlanguage/introduction?rev=1716805593&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-27T10:26:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>introduction</title>
        <link>http://syscall.org/doku.php/overswarm/antlanguage/introduction?rev=1716805593&amp;do=diff</link>
        <description>Introduction

The syntax is that of LISP. All statements are enclosed within paranthesis, and the name of the function is always the first element after &#039;(&#039;; for example:


(doSomething 1 (doThat &quot;hello&quot;) 3)


calls the function doSomething passing the values 1, the return value of the call to function</description>
    </item>
</rdf:RDF>
