These docs are for v1.0. Click to read the latest docs for v1.3.

Arrays

=ARRAY(1, 2, 3)[2]2

=ARRAY(1, 2, 3)[1]1

=ARRAY(1, 2, 3)[0]#ERROR!