aref (array, index)
The index starts at zero, and extends to the length of the array minus one. If the index is not valid in the array, nil is returned, but no error is generated.
Note: This function is identical to the square bracket syntax for referencing array elements, with the syntax: array[index] |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.