Version 2 of Tcl procedure

Updated 2008-06-26 11:14:19 by LV

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.


!!!!!

Category Glossary