<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/jakelang/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/jakelang/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 17 Feb 2017 07:06:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jakelang/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Bely Semen Vladimirovich</title><link>https://sourceforge.net/p/jakelang/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,48 @@
-empty
+# Jake blocks syntax
+~~~
+-- Java styled blocks
+if(cond){
+true
+} else {
+false
+}
+
+-- Python styled blocks
+if cond 
+   true
+else
+   false
+
+-- Python styled blocks 2
+if(cond)
+   true
+else
+   false
+ 
+-- Special styled blocks
+if cond {
+-- Use of closing ';' not strict
+true;
+} else {
+false
+}
+
+-- Function  define
+fun example(arg1,arg2){
+body
+}
+
+-- Python styled function  define
+fun example(arg1,arg2)
+   body
+~~~
+
+# Syntax of Jake comments
+~~~
+-- One line comment
+-[ Multiline 
+   comment ]-
+~~~

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bely Semen Vladimirovich</dc:creator><pubDate>Fri, 17 Feb 2017 07:06:44 -0000</pubDate><guid>https://sourceforge.netf92c41fe5162e783613d2550fc316f9e1e6f67da</guid></item><item><title>Home modified by Bely Semen Vladimirovich</title><link>https://sourceforge.net/p/jakelang/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,4 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/jakelang/wiki/markdown_syntax/) syntax.
+empty

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bely Semen Vladimirovich</dc:creator><pubDate>Wed, 15 Feb 2017 19:59:55 -0000</pubDate><guid>https://sourceforge.net60bb046b5d633f73730839aef598d2be283e77ad</guid></item><item><title>Home modified by Bely Semen Vladimirovich</title><link>https://sourceforge.net/p/jakelang/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/jakelang/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/slnetaiga/"&gt;Bely Semen Vladimirovich&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-58a4acde04161f51442bf4b4" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bely Semen Vladimirovich</dc:creator><pubDate>Wed, 15 Feb 2017 19:32:46 -0000</pubDate><guid>https://sourceforge.net8bd7f8a11bc1387217122a361fd31fce056d9bad</guid></item></channel></rss>