Definitions for "OrderedCollection"
a variable-size collection of elements in which the user of the collection specifies the location of each element
a variable-size collection that is indexable
A type of collection. You can either "add" elements to the end of an OrderedCollection, or "atPut" them to a particular indexed location. As you "add" elements, an OrderedCollection grows in size to accommodate them.