Arrays

Currently RSP only supports one dimensional arrays. An array is an object itself and has methods for finding its size and for resizing it. You can declare an array of any basic data type or any object type except an array (i.e. you cannot have an array of arrays).

For more practical information on using arrays, see Array Variables.