Version 1 of Tcl procedure

Updated 2003-09-09 14:18:29

Some of Tcl's documentation refers to procedures as a distinct type of command.

A procedure is a Tcl command that is created by the proc command.

For example the info args command expects its argument to be the name of a procedure. Names of other commands passed to info args will cause an error to be raised.


see also Pass by reference and Implicit upvar.