Home »Core Concepts»Variables»Array Variables
Index

Array Variables

An Array Variable can store a collection of values of a given type. E.g. A Float Array can store float values, an Object Array can store Object values etc.

When you create an array variable you also need to define the type it can contain.

(WIP)

 

NOTE: Array variables are new in 1.8.0

See Also: