diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-22 23:22:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-22 23:22:22 (GMT) |
commit | f4d65f439e4de5c04bfafc2ce2b2678776c35248 (patch) | |
tree | aceb52ba2f7536827cffb58f78663e39d37e1836 /doc/string.n | |
parent | e5bdc0bb15ab53d292970dabeb6f288fadd3849f (diff) | |
download | tcl-f4d65f439e4de5c04bfafc2ce2b2678776c35248.zip tcl-f4d65f439e4de5c04bfafc2ce2b2678776c35248.tar.gz tcl-f4d65f439e4de5c04bfafc2ce2b2678776c35248.tar.bz2 |
TIP#269 implementation
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/string.n b/doc/string.n index a54091d..1e174c1 100644 --- a/doc/string.n +++ b/doc/string.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: string.n,v 1.31 2006/11/09 15:37:56 dkf Exp $ +'\" RCS: @(#) $Id: string.n,v 1.32 2006/11/22 23:22:23 dkf Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -142,6 +142,11 @@ Any Unicode printing character, except space. Any of the valid string formats for a 32-bit integer value in Tcl, with optional surrounding whitespace. In case of under/overflow in the value, 0 is returned and the \fIvarname\fR will contain \-1. +.IP \fBlist\fR 12 +Any proper list structure, with optional surrounding whitespace. In +case of improper list structure, 0 is returned and the \fIvarname\fR +will contain the index of the "element" where the list parsing fails, +or \-1 if this cannot be determined. .IP \fBlower\fR 12 Any Unicode lower case alphabet character. .IP \fBprint\fR 12 |