Tcl Source Code

Artifact [87517dd291]
Login

Artifact 87517dd291be5d4cae3dedfd6101842686eb911c:

Attachment "mod-doc" to ticket [3011289fff] added by coldstore 2010-06-04 07:22:02.
A command is evaluated in two steps:

 (a) The Tcl interpreter breaks the command into words and performs substitutions as described below.  (Note: These substitutions are performed in the same way for all commands.)

 (b) The first word resulting from (a) is used to locate a command procedure to carry out the command, then all of the words of the command are passed to the command procedure. (Note: The command procedure of (b) is free to interpret each of its words in any way it likes, such as an integer, variable name, list, or Tcl script. Different commands interpret their words differently.)