Part¶
Returns the nth element of a list.
Part extraction using [[]] notation¶
The [[n]] notation is equivalent to Part[..., n].
Part extraction from variables¶
Out of bounds error¶
Attempting to access an index beyond the list length returns an error.