Changes

Wiki Program Playground

164 bytes added, 18:09, 13 January 2015
/* Alternative Syntax */
== Alternative Syntax ==
<syntaxhighlight lang="markdownwiki">
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="markdownbash">
location=world # store "world" in the variable "location"
echo "Hello, ${location}!" # print "Hello, world!"
</syntaxhighlight>