nil if the index is out of bounds.
Indexing
Indices are zero-based. Negative indices count from the end of the list (-1 is the last element).
Each-loop integration
When evaluated inside anEach loop, the node falls back to the current iteration index if no value is supplied on the index port. Outside an Each loop, omitting the index raises an error.