Name tcl_cmd
Definition tcl_cmd(cmd:val(string)):expr(void).
Example tcl_cmd("file delete foo")
Defined in tcl.l
Implementation builtin
Description Pass the argument to the tcl interpreter. Any error from the tcl will cause a run time error. Any result is discarded.
See Also tcl_cmd_noerr, tcl_cmd_int, tcl_cmd_str