take(L, i)
take(L, {j,k})
|
|
|
|
The pair \{j,k\} must be given with both entries non-negative, and $j\le k$. Otherwise an empty list is returned.
|
|
The object take is a compiled function.