Changes

Wiki Program Playground

172 bytes added, 18:09, 13 January 2015
/* Alternative Syntax */
This is a head
==============
 
This is too
</syntaxhighlight>
<syntaxhighlight lang="c">
location=world # store "world" in the variable "location"
echo "Hello, ${location}!" # print "Hello, world!"
</syntaxhighlight>
<syntaxhighlight lang="bash">