Version 1 of Command Procedure

Updated 2015-09-18 02:41:38 by pooryorick

A command procedure is the thing Tcl uses the first word of a command to find and execute in order to evaluate that command. Some command procedures are written in the implementation language of Tcl, and others are defined using proc.