Changes

Jump to: navigation, search

Wiki Program Playground

6 bytes added, 17:32, 13 January 2015
/* Alternative Syntax */
<syntaxhighightsyntaxhighlight lang="bash">
location=world # store "world" in the variable "location"
echo "Hello, ${location}!" # print "Hello, world!"
</syntaxhighight>