| java.lang.Object tcl.lang.ForeachCmd
ForeachCmd | class ForeachCmd implements Command(Code) | | This class implements the built-in "Foreach" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) Tcl_ForeachObjCmd -> ForeachCmd.cmdProc
This procedure is invoked to process the "foreach" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | Tcl_ForeachObjCmd -> ForeachCmd.cmdProc
This procedure is invoked to process the "foreach" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: objv - command arguments. exception: TclException - if script causes error. |
|
|