Changes

Jump to: navigation, search

Wiki Program Playground

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