topical media & game development
basic-shell-03-var-refs.sh / sh
# Set the initial value.
myvar=abc
echo "Test 1 ======"
echo {myvar} # same as above, abc
echo {myvar" # abc
echo "$myvar" # myvardef # Empty line
echo {myvar}myvar" # a b c
echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.