Category:Arturo: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 18: Line 18:
* No reserved words or keywords - look for them as hard as you can; there are absolutely none
* No reserved words or keywords - look for them as hard as you can; there are absolutely none


<code>
<pre>
print "Hello world!"
print "Hello world!"


Line 25: Line 25:
else -> print [x "is odd"]
else -> print [x "is odd"]
]
]
</code>
</pre>


===Implementation===
===Implementation===