diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-01 21:53:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-01 21:53:06 +0200 |
commit | 02ea2bf02041509c78708b904c85093b2837acde (patch) | |
tree | 4b5803e1ee32bae0f5998269ddd6914bae043aa7 /doc/awkcard.in | |
parent | 5712ad9b220c097371f0e83d09c3b1ce5e511c55 (diff) | |
download | egawk-02ea2bf02041509c78708b904c85093b2837acde.tar.gz egawk-02ea2bf02041509c78708b904c85093b2837acde.tar.bz2 egawk-02ea2bf02041509c78708b904c85093b2837acde.zip |
Lots of documentation changes.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 9ff33a5d..af4c5955 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -686,7 +686,14 @@ Use the \*(FCdelete\fP statement to delete an element from an array. \*(CLSpecifying just the array name without a subscript in the \*(FCdelete\fP -statement deletes the entire contents of an array.\*(CX +statement deletes the entire contents of an array. +.sp .5 +\*(CB\*(GK provides true multidimensional arrays. +Such arrays need not be ``rectangular'' as in C or C++. For example: +.sp .5 +.nf + \*(FCa[1] = 5; a[2][1] = 6; a[2][2] = 7\*(FR\*(CX +.fi .EB "\s+2\f(HBARRAYS\*(FR\s0" .\" --- Expressions |