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