Previous Up Next

nth_list
Return the n-th element of a list (the elements are numbered from 0). If the element does not exist, nil is returned.

u0 nth_list (
[u0 r1] _list_
I _position_
)
Parameters

_list_
any list
_position_
any integer
Return value

n-th element