Version 0 of Tcl procedure

Updated 2003-09-09 03:54:05

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.