Tcl Syntax Summary



Script = commands separated be newlines or semicolons.
Commands = words separated by white space.
$ causes variable substitution.
[ ] causes command substitution.
"" quotes white space and semi-colons.
{ } quotes all special characters.
\ quotes next char, provides C-like substitutions.
# for comments ( must be at beginning of command).

Previous slide Next slide Back to the index View Graphic Version

Notes:

No notes for slide 17