Variable Substitution



Sample command
set b 66 set a b set a $b set a $b+$b+$b set a $b.3 set a $b4
Variable name is letters, digits, underscores.
May occur anywhere in a word.
Result
66 b 66 66+66+66 66.3 no such variable

Previous slide Next slide Back to the index View Graphic Version

Notes:

No notes for slide 7