<?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:tutorial</title>
        <description></description>
        <link>http://gsys.info/</link>
        <image rdf:resource="http://gsys.info/lib/tpl/genesys/images/favicon.ico" />
       <dc:date>2026-05-01T23:36:09+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:tutorial:expressions&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:tutorial:functions&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:tutorial:hello_world&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:tutorial:operators&amp;rev=1432920408&amp;do=diff"/>
                <rdf:li rdf:resource="http://gsys.info/doku.php?id=gsys:tutorial:while&amp;rev=1497883107&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:tutorial:expressions&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:tutorial:expressions</title>
        <link>http://gsys.info/doku.php?id=gsys:tutorial:expressions&amp;rev=1432920408&amp;do=diff</link>
        <description>Expressions

	*  Introduction
	*  Examples for Expressions

Introduction

Lets start with the easy thing: a value. What's that? First a value has a type. A value could be an integer number, a floating point number, a character, a color, a text or whatever you like. And a value is something unique, that means that it is comparable to other values of the same type. You can compare 1 with 2 and you see a difference. Maybe they have an order, so you can see that 2 is greater then 1. But at least you…</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:tutorial:functions&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:tutorial:functions</title>
        <link>http://gsys.info/doku.php?id=gsys:tutorial:functions&amp;rev=1432920408&amp;do=diff</link>
        <description>Functions

A function is a collection of instructions. With Genesys is it a collection of expressions, separated by a semicolon.

A Procedure

You define a function like a variable, its data type is code. The easiest way is a procedure which does not get any input and does not deliver any result.</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:tutorial:hello_world&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:tutorial:hello_world</title>
        <link>http://gsys.info/doku.php?id=gsys:tutorial:hello_world&amp;rev=1432920408&amp;do=diff</link>
        <description>How to create an Hello-World-Application

The well known 'Hello-World'-application is quite easy to implement. The command you need to use is the print command. After it you have to add your text you want to print. As a developer you call this a „string</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:tutorial:operators&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:tutorial:operators</title>
        <link>http://gsys.info/doku.php?id=gsys:tutorial:operators&amp;rev=1432920408&amp;do=diff</link>
        <description>Operators

Genesys offerers all operations you know from the well known languages. But some of them work a little bit different than you know them. Genesys use two concepts of operators. First there are the infix operators you know from C, Java and C#, like +,</description>
    </item>
    <item rdf:about="http://gsys.info/doku.php?id=gsys:tutorial:while&amp;rev=1497883107&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-06-19T16:38:27+02:00</dc:date>
        <title>gsys:tutorial:while</title>
        <link>http://gsys.info/doku.php?id=gsys:tutorial:while&amp;rev=1497883107&amp;do=diff</link>
        <description>Loops

You always need a loop structure if you want to repeat anything.

For loops we use the keyword „do“. do allows you to use two additional variables: value and index. value is the current value, index increases from zero by 1 for every step. If you don't use these variables, they will not cost any time.</description>
    </item>
</rdf:RDF>
