<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://gsys.info/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://gsys.info/feed.php">
        <title>Genesys gsys:gsys</title>
        <description></description>
        <link>http://gsys.info/</link>
        <image rdf:resource="http://gsys.info/lib/tpl/genesys/images/favicon.ico" />
       <dc:date>2026-05-02T16:23:46+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:gsys:require&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:gsys:run&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:gsys:test&amp;rev=1432920408&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://gsys.info/lib/tpl/genesys/images/favicon.ico">
        <title>Genesys</title>
        <link>http://gsys.info/</link>
        <url>http://gsys.info/lib/tpl/genesys/images/favicon.ico</url>
    </image>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:gsys:require&amp;rev=1432920408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-05-29T19:26:48+02:00</dc:date>
        <title>gsys:gsys:require</title>
        <link>http://gsys.info/doku.php?id=gsys:gsys:require&amp;rev=1432920408&amp;do=diff</link>
        <description>Global Requirements

If you want to define a global requirement file you can use the --require parameter. Due to this you can include a genesys extension file (*.gex).
In your extension folder you should create folders for your domain (i.e. „pro/genesys</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:gsys:run&amp;rev=1432920408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-05-29T19:26:48+02:00</dc:date>
        <title>gsys:gsys:run</title>
        <link>http://gsys.info/doku.php?id=gsys:gsys:run&amp;rev=1432920408&amp;do=diff</link>
        <description>Running a program

After you had written your program to the filesystem with the „.g“ extention (i.e. „prg.g“), you can compile your program by calling

gsys prg.g

If you see nothing everything should be fine. Else you should see error messages.</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:gsys:test&amp;rev=1432920408&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-05-29T19:26:48+02:00</dc:date>
        <title>gsys:gsys:test</title>
        <link>http://gsys.info/doku.php?id=gsys:gsys:test&amp;rev=1432920408&amp;do=diff</link>
        <description>Unittests

To define a unit test simply write a testing procedure by using test instead of code. A test cannot have any arguments.


firsttest is test :=
  print &quot;This is my first test\n&quot;;
secondtest is test :=
  print &quot;This is my second test\n&quot;;

print &quot;This is my program&quot;;</description>
    </item>
</rdf:RDF>
