From: <dr...@hw...> - 2006-11-02 16:24:34
|
Brian Griffin <bgriffin=40model.com> wrote: >=20 > ABSTRACT=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > This TIP proposes allowing unquoted words to be recognized as strings= =20 > in expressions (*expr*, *if*, *while*).=20 >=20 I would much prefer that unquoted words be recognized as variable names. The single most common mistake I make when programming in TCL is to omit the =24 before variable names in expr. -- D. Richard Hipp <drh=40hwaci.com> |