Array Functions
RTR provides several built-in functions for array manipulation and operations.
length
Returns the number of elements in an array.
item
Returns the element at the specified index in an array.
range
Creates an array of numbers from start to end (inclusive).
Last updated