Changes

Jump to: navigation, search

Wiki Program Playground

4 bytes added, 17:43, 13 January 2015
/* Alternative Syntax */
<syntaxhighlight lang="bashmarkdown">
location=world # store "world" in the variable "location"
echo "Hello, ${location}!" # print "Hello, world!"
</syntaxhighlight>