diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-27 19:49:05 +0000 |
commit | f25b19db8d50748d4f75272ae324cad27788d9b3 (patch) | |
tree | cef0bba69f1833802f43364a0cde6945601e665a /contrib/tcl/doc/array.n | |
parent | 539e1e66ff6f99c987c8e03872ddaea5260db8f7 (diff) |
Notes
Diffstat (limited to 'contrib/tcl/doc/array.n')
-rw-r--r-- | contrib/tcl/doc/array.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/tcl/doc/array.n b/contrib/tcl/doc/array.n index a6e88172b7ca..0de8aa710b13 100644 --- a/contrib/tcl/doc/array.n +++ b/contrib/tcl/doc/array.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. '\" -'\" SCCS: @(#) array.n 1.8 96/08/26 12:59:53 +'\" SCCS: @(#) array.n 1.9 97/10/29 14:10:13 '\" .so man.macros .TH array n 7.4 Tcl "Tcl Built-In Commands" @@ -91,6 +91,9 @@ consisting of an even number of elements. Each odd-numbered element in \fIlist\fR is treated as an element name within \fIarrayName\fR, and the following element in \fIlist\fR is used as a new value for that array element. +If the variable \fIarrayName\fR does not already exist +and \fIlist\fR is empty, +\fIarrayName\fR is created with an empty array value. .TP \fBarray size \fIarrayName\fR Returns a decimal string giving the number of elements in the |