Previous Up Next

endlist
return the list from its n-th element (the elements are numbered from 0). If the element does not exist, nil is returned.

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

_list_
any list
_position_
any integer
Return value

list after the element _position_