diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-31 14:30:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-05-31 14:30:01 (GMT) |
commit | 0c084c085ddb250fdc788cc1f50255c2a8175a1b (patch) | |
tree | 53bfba469780656c7b58d8546081b8c8fa63595a /doc/scan.n | |
parent | 98c55af534ff22b82ae63e4a9857c11cc3d9ed0c (diff) | |
download | tcl-0c084c085ddb250fdc788cc1f50255c2a8175a1b.zip tcl-0c084c085ddb250fdc788cc1f50255c2a8175a1b.tar.gz tcl-0c084c085ddb250fdc788cc1f50255c2a8175a1b.tar.bz2 |
Since int() doesn't truncate any more (TIP #514), adapt the documentation accordingly
Diffstat (limited to 'doc/scan.n')
-rw-r--r-- | doc/scan.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,9 +76,9 @@ case, in a position in the result list. The syntactically valid values for the size modifier are \fBh\fR, \fBL\fR, \fBl\fR, and \fBll\fR. The \fBh\fR size modifier value is equivalent to the absence of a size modifier in the the conversion specifier. -Either one indicates the integer range to be stored is limited to -the same range produced by the \fBint()\fR function of the \fBexpr\fR -command. The \fBL\fR size modifier is equivalent to the \fBl\fR size +Either one indicates the integer range to be stored is limited to the range +determined by the value of the \fBwordSize\fR element of the \fBtcl_platform\fR +array). The \fBL\fR size modifier is equivalent to the \fBl\fR size modifier. Either one indicates the integer range to be stored is limited to the same range produced by the \fBwide()\fR function of the \fBexpr\fR command. The \fBll\fR size modifier indicates that |