| java.lang.Object tcl.lang.ProcCmd
ProcCmd | class ProcCmd implements Command(Code) | | This class implements the built-in "proc" command in Tcl.
|
Inner Class :static class FindCommandNamespaceResult | |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | Tcl_ProcObjCmd -> ProcCmd.cmdProc
Creates a new Tcl procedure.
Parameters: interp - the current interpreter. Parameters: objv - command arguments. exception: TclException - If incorrect number of arguments. |
|
|