array (s_exp?...)
An array is represented as a sequence of objects surrounded by square brackets, as in [1 2 a (4 5)]. The objects within the brackets are not evaluated. To refer to or access an array, it must be assigned to a symbol.
This function constructs an array of all of the arguments, in the order given. The arguments are evaluated when the array function is called, but once the array has been constructed the array objects are not evaluated.
It is possible to create an empty array, and fill it later. It will expand as necessary when array objects are added.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.