Gosu array types

An array in Gosu is a collection of data values or objects of the same type. A number, or index, identifies the position of each element in the array. Index values for arrays begin with zero and increment by one. The index value 0 identifies the first element of an array.