diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:27:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-23 22:27:24 +0300 |
commit | 2be6f33f68e1a8d412c8712d8017fc7f3b318161 (patch) | |
tree | fcf272abb88306e968f97a27e9e9bfd436976eb6 /doc/awkcard.in | |
parent | b3b12a680adb98a750228efbf8200fd2f66787dc (diff) | |
download | egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.tar.gz egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.tar.bz2 egawk-2be6f33f68e1a8d412c8712d8017fc7f3b318161.zip |
More doc updates.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 3f3c8024..90969886 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -703,6 +703,8 @@ element from an array. Specifying just the array name without a subscript in the \*(FCdelete\fP statement deletes the entire contents of an array. +\*(CBYou cannot use \*(FCdelete\fP with \*(FCFUNCTAB\fP +or \*(FCSYMTAB\fP.\*(CD .sp .5 \*(CB\*(GK provides true multidimensional arrays. Such arrays need not be ``rectangular'' as in C or C++. For example: |