make_array



Is the documentation incorrect here, or this bug in make_array, or
between my ears? The other array types work as described.

Leo
----

(%i5) ? make_array

  -- Function: make_array (<type>, <dim_1>, ..., <dim_n>)
      Creates and returns a Lisp array.  <type> may be `any', `flonum',
      `fixnum', `hashed' or `functional'.  There are n indices, and the
      i'th index runs from 0 to <dim_i> - 1.

(%i6) y : make_array('functional,4);

make_array: not enough arguments for functional array specification.
  -- an error.  To debug this try debugmode(true);


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.