[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tcl comments and if statements



Hi,

I remember back when I wrote confcntlr and was just learning
Tcl/Tk that I had problems with curly braces.   Yup, if you
comment out any one line that has a curly brace (like the
if statement), then you must comment out the line w/ the
matching brace.  Also, I remember that sometimes an empty
window would appear (I forget what kind of error messages
also showed up) which at that time I couldn't figure out,
but it turned out to be missing or extra braces.  The point:
being "one curly-brace off" gave many errors.

--Marcia