The docs for ARRAY say, in part:
- Function: ARRAY (name, dim1, dim2, ..., dimk)
This sets up a k-dimensional array. A maximum of
five dimensions
may be used. The subscripts for the ith dimension
are the
But the code supports things like
array(a,flonum,3);
to create an array "a" of dimension 4 that takes flonum
elements.
Is this a documentation bug or an implementation bug?
Logged In: YES
user_id=28849
Documentation bug. Fixed.