@ (Array)
Returns an entry of an array by index.
Arguments
index
is an integer number, zero-based. If the index is out of range, an error will occur.The
array
to get an entry from.
Return values
value
of the array entry.
Complexity
Constant
Example
Output:
5