[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
9.1.7 Getting Type Information
gawk
provides a single function that lets you distinguish
an array from a scalar variable. This is necessary for writing code
that traverses every element of a true multidimensional array
(see section Arrays of Arrays).