There are two command types that a user can execute from the TCL prompt:
Commands (verbs)
Procs
The TCL processor looks in your Master Dictionary for the first word you type and passes control to a system processor specified by the entry. The one exception is TCL Stacker command set, of which all but .R are handled directly by the TCL processor. For additional information regarding the .R command, see Retrieving an Item (.R).
The following topics are presented in this section:
See Also
Using the Terminal Control Language