Array.add

Function/Meaning

Adds the specified value to the end of the array.

Type
Arrayclassmethod of
Syntax
add(value) :int
Arguments
value

Additional value

Return value

Added position

Explanation

Adds the element indicated by the value at the end of the array.
This method returns the position where the value was added.