Home » Tag: Tcl scripts

Tag Archives: Tcl scripts

PracTcl Programming Tips

Stephen Uhler Issue #18, October 1995 Stephen gives a thorough description of how to use puts and other techniques for tracking down and exterminating bugs in your Tcl scripts. On occasion, I write Tcl programs that don’t work right the first time, and thus need to be “debugged”. The easiest way to debug a Tcl program is with the puts ...

Read More »