Usage
l n
Signature
: (%, MachineInteger) %
Parameter | Type | Description |
---|---|---|
l | % | a list |
n | MachineInteger | an index |
Returns
+ returns the sublist of starting at the element of , i.e. returns , returns the subslist starting at the second element of , etc.... No copy of is made.
Example
If is the list of MachineInteger , then is the list .