Re: brand new to tcl; newbie question



You owe it to yourself to study Tcl's syntax rules:

http://www.tcl.tk/man/tcl8.5/TclCmd/Tcl.htm

There are only twelve, but it can take a while to wrap your brain
around them, especially if your programming experience is in anything
that resembles C. Once you come to grips with Tcl syntax, you can do
just about anything (within reason).
.