<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Syntax</title><link>https://sourceforge.net/p/graphical-machine/wiki/Syntax/</link><description>Recent changes to Syntax</description><atom:link href="https://sourceforge.net/p/graphical-machine/wiki/Syntax/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Sep 2018 17:24:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/graphical-machine/wiki/Syntax/feed" rel="self" type="application/rss+xml"/><item><title>Syntax modified by Teln0</title><link>https://sourceforge.net/p/graphical-machine/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,7 +5,7 @@
 do + var1 var2 var2 var3
 is absolutely identical to : 
 int var1 5 int var2 6 int var3 0 do + var1 var2 var3
-that's why, at the end of each line, unless it's the last one, you have to put a space. Here, I replaced the spaces with dashes and dashes: 
+that's why, at the end of each line, unless it's the last one, you have to put a space. Here, I replaced the spaces with dashes: 
 int-var1-5-
 int-var2-6-
 int-var3-0-0-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Teln0</dc:creator><pubDate>Wed, 19 Sep 2018 17:24:07 -0000</pubDate><guid>https://sourceforge.netf2af6b6ea70af09a8be461e9c2f857ded1756c26</guid></item><item><title>Syntax modified by Teln0</title><link>https://sourceforge.net/p/graphical-machine/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The syntax of Graphical Machine is simple, it is based on spaces so, absolutely all the code can fit on a single line. However, it is recommended to write the code on several lines, but remember that for the interpreter, this code: &lt;br/&gt;
int var1 5 &lt;br/&gt;
int var2 6 &lt;br/&gt;
int var3 0 &lt;br/&gt;
do + var1 var2 var2 var3&lt;br/&gt;
is absolutely identical to : &lt;br/&gt;
int var1 5 int var2 6 int var3 0 do + var1 var2 var3&lt;br/&gt;
that's why, at the end of each line, unless it's the last one, you have to put a space. Here, I replaced the spaces with dashes and dashes: &lt;br/&gt;
int-var1-5-&lt;br/&gt;
int-var2-6-&lt;br/&gt;
int-var3-0-0-&lt;br/&gt;
do-+-var1-var2-var2-var3&lt;/p&gt;
&lt;p&gt;Usually, at the beginning of the line, we put the instruction (int, do, pxl, etc...) followed by the arguments (+, var1, 1523, etc...) and finally, at the end of the line, we add the space.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Teln0</dc:creator><pubDate>Wed, 19 Sep 2018 16:43:42 -0000</pubDate><guid>https://sourceforge.netb56949d0562f3768d43255795d49b7f997512e1e</guid></item></channel></rss>