Changes

Wiki Program Playground

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