| java.lang.Object tcl.lang.TellCmd
TellCmd | class TellCmd implements Command(Code) | | This class implements the built-in "tell" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "tell" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "tell" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|