diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 14:55:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 14:55:01 (GMT) |
commit | f85eb559b892a37c201aed6bbcba295c8d593a1a (patch) | |
tree | 4aa8f51a2605d92f9cb035e30f5ddbeaecf0e8ed /doc/ParseCmd.3 | |
parent | 12eec88482d872c41695e97b2caec6ce0d36dc73 (diff) | |
parent | e092f31951e6296efa89bb23353ba9818673f5df (diff) | |
download | tcl-f85eb559b892a37c201aed6bbcba295c8d593a1a.zip tcl-f85eb559b892a37c201aed6bbcba295c8d593a1a.tar.gz tcl-f85eb559b892a37c201aed6bbcba295c8d593a1a.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/ParseCmd.3')
-rw-r--r-- | doc/ParseCmd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3 index cdce96c..68b2b52 100644 --- a/doc/ParseCmd.3 +++ b/doc/ParseCmd.3 @@ -156,7 +156,7 @@ occurs while parsing the command then \fBTCL_ERROR\fR is returned, an error message is left in \fIinterp\fR's result (if \fIinterp\fR is not NULL), and no information is left at \fI*parsePtr\fR. .PP -\fBTcl_ParseVar\fR parse a Tcl variable reference such as \fB$abc\fR +\fBTcl_ParseVar\fR parses a Tcl variable reference such as \fB$abc\fR or \fB$x([expr {$index + 1}])\fR from the beginning of its \fIstart\fR argument. The first character of \fIstart\fR must be \fB$\fR. If the variable name is parsed successfully, \fBTcl_ParseVar\fR returns a |