Changes

Jump to: navigation, search

Wiki Program Playground

163 bytes added, 17:45, 13 January 2015
/* Alternative Syntax */
== Alternative Syntax ==
<syntaxhighlight lang="markdowntext">
This is a head
</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>