Array
In NewtonScript, a sequence of numerically indexed slots that contain objects. The first element is indexed by zero. Like other nonimmediate objects, an array can have a user-specified class, and can have its length changed dynamically.
Also referred to as Array Elements.