option
(
α
)
get (
int
 
n
, 
list
(
α
)
 
l)
Get the nth element of a list.Performance note: if you are looping through a list, you should rather use the looping functions,
which are much faster than calling
get(0,l), get(1,l), ... get(n,l).
n
The index of an element of the list. The first element of the list is numbered 0.
returns
{none} if the list contains less than n+1 elements or if n < 0. Otherwise {some = x}, where xis the nth element of the list.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.