Tintware Documentation : Tint Programming Language : Tint Reference : ArraysArraysAn array is a container for other objects. Each object within the array is named by an index; the lowest possible index is one. The array potentially may be sparse, meaning than not all of the indicies between the lowest and the highest need be defined. array Define an array Array max-index Get the maximum index of an array Array insert Insert a slot into an array Array delete Delete a slot from an array |