Re: Where to find a Tcl command?



On Jul 30, 2:27 pm, "Gerald W. Lester" <Gerald.Les...@xxxxxxx> wrote:
mike.hfzh...@xxxxxxxxx wrote:
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.

"puts" is one of the built in commands (unless your code has redefined it).

Tcl comes with man/help pages for all of the built in commands, so if what
you are attempting to do is figure out how to use puts -- look there.

--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+

Thank you very much,
Mike

.



Relevant Pages

  • Re: Problem to code using tcl
    ... I have a problem to simulate a simple piece of code using standart tcl ... puts $FH b ... I can not close the WRITING part ... how I can replace the "echo" from above using tcl commands ...
    (comp.lang.tcl)
  • Problem to code using tcl
    ... I have a problem to simulate a simple piece of code using standart tcl ... puts $FH b ... I can not close the WRITING part ... how I can replace the "echo" from above using tcl commands ...
    (comp.lang.tcl)
  • Re: Action-oriented vs Object-oriented
    ... Since I do not know very much about Tcl, ... "object oriented" means that you create new commands which then give ... set parseresult ... puts ...
    (comp.lang.tcl)
  • 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: Tcl C extn - Scoping in extended cmds - how to?
    ... no tcl command (C function registered as tcl ... create a new scope, so that it may access all local variables inside ... There are "raw" or low level tcl commands representing the WIN32 API ...
    (comp.lang.tcl)