<?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/cjam/wiki/Syntax/</link><description>Recent changes to Syntax</description><atom:link href="https://sourceforge.net/p/cjam/wiki/Syntax/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 01 May 2014 18:25:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cjam/wiki/Syntax/feed" rel="self" type="application/rss+xml"/><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,7 +4,7 @@
     - numbers such as `1`, `-5.23`, `123456789012345678901234567890`
     - strings such as `"hello"`; the backslash character `\` can be used for escaping double quotes and backslashes, nothing else
     - characters such as `'a` - note the absence of a second single quote; there is no escape character
-- [Operators](Operators), named with 1 or 2 special characters or lowercase letters
+- [Operators](Operators), named with 1 or 2 letters or special characters
 - [Variables](Variables), which can be any single uppercase letter
 - Blocks, delimited by `{` and `}`

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Thu, 01 May 2014 18:25:55 -0000</pubDate><guid>https://sourceforge.net296f61cb857400ec89ba07e61448a82d295c1023</guid></item><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,8 +4,8 @@
     - numbers such as `1`, `-5.23`, `123456789012345678901234567890`
     - strings such as `"hello"`; the backslash character `\` can be used for escaping double quotes and backslashes, nothing else
     - characters such as `'a` - note the absence of a second single quote; there is no escape character
-- [Operators](Operators), 1 or 2 special characters or lowercase characters, which operate on the stack
-- [Variables](Variables), which can be any single uppercase character
+- [Operators](Operators), named with 1 or 2 special characters or lowercase letters
+- [Variables](Variables), which can be any single uppercase letter
 - Blocks, delimited by `{` and `}`

 Whitespace (spaces, tabs and new lines) can be used to separate tokens, but usually there is no delimiter needed, with a few exceptions (especially numeric literals).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 11 Apr 2014 09:24:58 -0000</pubDate><guid>https://sourceforge.net61a8e75fcb1a6b1c367c3a17be8c4f5a037d7471</guid></item><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -4,7 +4,7 @@
     - numbers such as `1`, `-5.23`, `123456789012345678901234567890`
     - strings such as `"hello"`; the backslash character `\` can be used for escaping double quotes and backslashes, nothing else
     - characters such as `'a` - note the absence of a second single quote; there is no escape character
-- [Operators](Operators), generally single special characters or lowercase characters, which operate on the stack
+- [Operators](Operators), 1 or 2 special characters or lowercase characters, which operate on the stack
 - [Variables](Variables), which can be any single uppercase character
 - Blocks, delimited by `{` and `}`

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Fri, 11 Apr 2014 09:22:09 -0000</pubDate><guid>https://sourceforge.net6e322c1e3fb1af7961d5d3e97cb00cdc5b7abce1</guid></item><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,11 +1,11 @@
 A CJam program is generally composed of:

-- [Literals]:
+- [Literals](Data types and literals):
     - numbers such as `1`, `-5.23`, `123456789012345678901234567890`
     - strings such as `"hello"`; the backslash character `\` can be used for escaping double quotes and backslashes, nothing else
     - characters such as `'a` - note the absence of a second single quote; there is no escape character
-- [Operators], generally single special characters or lowercase characters, which operate on the stack
-- [Variables], which can be any single uppercase character
+- [Operators](Operators), generally single special characters or lowercase characters, which operate on the stack
+- [Variables](Variables), which can be any single uppercase character
 - Blocks, delimited by `{` and `}`

 Whitespace (spaces, tabs and new lines) can be used to separate tokens, but usually there is no delimiter needed, with a few exceptions (especially numeric literals).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Apr 2014 14:29:03 -0000</pubDate><guid>https://sourceforge.net1035bc8f1cb75d14adb6e2d2548c5d3732194ef6</guid></item><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,11 @@
 A CJam program is generally composed of:

-- Literals:
+- [Literals]:
     - numbers such as `1`, `-5.23`, `123456789012345678901234567890`
     - strings such as `"hello"`; the backslash character `\` can be used for escaping double quotes and backslashes, nothing else
     - characters such as `'a` - note the absence of a second single quote; there is no escape character
-- Variables, which can be any single uppercase character
-- Operators, generally single special characters or lowercase characters, which operate on the stack
+- [Operators], generally single special characters or lowercase characters, which operate on the stack
+- [Variables], which can be any single uppercase character
 - Blocks, delimited by `{` and `}`
+
+Whitespace (spaces, tabs and new lines) can be used to separate tokens, but usually there is no delimiter needed, with a few exceptions (especially numeric literals).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Apr 2014 14:27:58 -0000</pubDate><guid>https://sourceforge.net5b8a0a7d6a280e4d3d52074e507f92ba4f2f7b67</guid></item><item><title>Syntax modified by aditsu</title><link>https://sourceforge.net/p/cjam/wiki/Syntax/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A CJam program is generally composed of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Literals:&lt;ul&gt;
&lt;li&gt;numbers such as &lt;code&gt;1&lt;/code&gt;, &lt;code&gt;-5.23&lt;/code&gt;, &lt;code&gt;123456789012345678901234567890&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;strings such as &lt;code&gt;"hello"&lt;/code&gt;; the backslash character &lt;code&gt;\&lt;/code&gt; can be used for escaping double quotes and backslashes, nothing else&lt;/li&gt;
&lt;li&gt;characters such as &lt;code&gt;'a&lt;/code&gt; - note the absence of a second single quote; there is no escape character&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Variables, which can be any single uppercase character&lt;/li&gt;
&lt;li&gt;Operators, generally single special characters or lowercase characters, which operate on the stack&lt;/li&gt;
&lt;li&gt;Blocks, delimited by &lt;code&gt;{&lt;/code&gt; and &lt;code&gt;}&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aditsu</dc:creator><pubDate>Tue, 08 Apr 2014 12:56:32 -0000</pubDate><guid>https://sourceforge.netad79c4cd5640abdcb24b588aa9413087a370c438</guid></item></channel></rss>