Name tcl_cmd_int
Definition tcl_cmd_int(cmd:val(string)):expr(int).
Example exists:=tcl_cmd_int("file exists 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. Return the integer result returned by the command.
See Also tcl_cmd, tcl_cmd_noerr, tcl_cmd_str