diff options
author | dgp <dgp@users.sourceforge.net> | 2020-01-06 20:24:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-01-06 20:24:25 (GMT) |
commit | 1923110631cdc3460af116549af89e47ec5a0139 (patch) | |
tree | bf1673c1513778ab4ad5cc78b778414ef4833db1 /doc | |
parent | c187695b61274eb7742b87d19a2794bd25f1a22d (diff) | |
download | tcl-1923110631cdc3460af116549af89e47ec5a0139.zip tcl-1923110631cdc3460af116549af89e47ec5a0139.tar.gz tcl-1923110631cdc3460af116549af89e47ec5a0139.tar.bz2 |
one more
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Eval.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ equivalent to using the \fBTCL_EVAL_GLOBAL\fR flag (see below). of any length, concatenates them into a single string, then calls \fBTcl_Eval\fR to execute that string as a Tcl command. It returns the result of the command and also modifies -\fIinterp->result\fR in the same way as \fBTcl_Eval\fR. +the interpreter result in the same way as \fBTcl_Eval\fR. The last argument to \fBTcl_VarEval\fR must be NULL to indicate the end of arguments. \fBTcl_VarEval\fR is now deprecated. .PP |