Some more Tcl cleanup
- use curly brackes to enable byte code compilation
- don't use "[expr ...]" when not needed
- prefer "incr i -1" over… Show more
- use curly brackes to enable byte code compilation
- don't use "[expr ...]" when not needed
- prefer "incr i -1" over… Show more
Some more Tcl cleanup- use curly brackes to enable byte code compilation- don't use "[expr ...]" when not needed- prefer "incr i -1" over "set i [expr {$i - 1}] "
Show less
|