Where to find a Tcl command?
Hi, I am a newbite of TCL, I am trying to access TCL commands, for
example, I am tring to locate a command "puts" ,but I can not find it
in any Tcl folder,anyone can let me know the clue about it? thanks.
Mike
.
Relevant Pages
- Re: multithreaded application freezes
... >>> with puts. ... >>> Could you give me some strategy how to debug this. ... >>> in a single thread and it feels that it running longer. ... >>> This is the first time in 10 years a TCL application bites me hard ... (comp.lang.tcl) - Re: How to write output of a tcl script to a file?
... I am a newbie in Tcl. ... File I/O in Tcl, that'd be best. ... Wiki - but I do not know of any tutorials ... Use puts to write to any of them, ... (comp.lang.tcl) - Re: What if you lost if !!
... I removed the 'if' command form my interpreter: ... While Tcl makes it *possible* to create commands for ... To yield the same errorInfo gives you bonus points. ... puts "$i should be 1" ... (comp.lang.tcl) - multithreaded application freezes
... Every instance of fsum.exe has its own tcl-thread to monitor the progression ... To be able to make puts available in every thread, ... I see a lot of messages in the console passing by even if a feel that most ... This is the first time in 10 years a TCL application bites me hard and I ... (comp.lang.tcl) - Re: Adding two variables
... puts "Parts=$parts" ... way of summing variables $parts and $extra and putting the result back ... Tcl is like Lisp and Forth, in that its syntax is very, VERY ... and Tcl is quite a flexible language, so much so, ... (comp.lang.tcl) |
|