<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Variables</title><link>https://sourceforge.net/p/cjam/wiki/Variables/</link><description>Recent changes to Variables</description><atom:link href="https://sourceforge.net/p/cjam/wiki/Variables/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 09 Apr 2014 13:55:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cjam/wiki/Variables/feed" rel="self" type="application/rss+xml"/><item><title>Variables modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Variables/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -18,7 +18,7 @@
 P=pi (3.141592653589793)
 Q=""
 R=""
-S=" "
+S=" " (space)
 T=0
 U=0
 V=0
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Wed, 09 Apr 2014 13:55:03 -0000</pubDate><guid>https://sourceforge.net36aa203cdb82e25bc2f3ac1c88f94c201c5dd3cc</guid></item><item><title>Variables modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Variables/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,20 +11,20 @@
 I=18
 J=19
 K=20
-L=""
+L="" (same as `[]`)
 M=""
-N=newline character
+N=newline string
 O=""
 P=pi (3.141592653589793)
 Q=""
 R=""
-S=space character
+S=" "
 T=0
 U=0
 V=0
-W=0
-X=0
-Y=0
-Z=0
+W=-1
+X=1
+Y=2
+Z=3

 The variables can get any values during the course of the program.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Wed, 09 Apr 2014 13:00:33 -0000</pubDate><guid>https://sourceforge.netbe19351a0e874795726e4605e6779500e7c0f9d2</guid></item><item><title>Variables modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Variables/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There are only 26 possible variables in CJam: single uppercase letters &lt;code&gt;A&lt;/code&gt; to &lt;code&gt;Z&lt;/code&gt;. All variables are global. At the start of the program, variables are initialized like this:&lt;/p&gt;
&lt;p&gt;A=10&lt;br /&gt;
B=11&lt;br /&gt;
C=12&lt;br /&gt;
D=13&lt;br /&gt;
E=14&lt;br /&gt;
F=15&lt;br /&gt;
G=16&lt;br /&gt;
H=17&lt;br /&gt;
I=18&lt;br /&gt;
J=19&lt;br /&gt;
K=20&lt;br /&gt;
L=""&lt;br /&gt;
M=""&lt;br /&gt;
N=newline character&lt;br /&gt;
O=""&lt;br /&gt;
P=pi (3.141592653589793)&lt;br /&gt;
Q=""&lt;br /&gt;
R=""&lt;br /&gt;
S=space character&lt;br /&gt;
T=0&lt;br /&gt;
U=0&lt;br /&gt;
V=0&lt;br /&gt;
W=0&lt;br /&gt;
X=0&lt;br /&gt;
Y=0&lt;br /&gt;
Z=0&lt;/p&gt;
&lt;p&gt;The variables can get any values during the course of the program.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Apr 2014 13:56:27 -0000</pubDate><guid>https://sourceforge.net0406511780d0692e4a453fbe737821a24a065368</guid></item></channel></rss>