Changes

Wiki Program Playground

453 bytes added, 18:09, 13 January 2015
/* Alternative Syntax */
== Alternative Syntax ==
<markdownsyntaxhighlight lang="wiki"This is a head==============  This is too----------- - one - two- three 
* list of items
** with others
</markdownsyntaxhighlight> <syntaxhighlight lang="c">location=world # store "world" in the variable "location"echo "Hello, ${location}!" # print "Hello, world!"</syntaxhighlight> <syntaxhighlight lang="bash">location=world # store "world" in the variable "location"echo "Hello, ${location}!" # print "Hello, world!"</syntaxhighlight>