list
(
α
)
drop (
int
 
n
, 
list
(
α
)
 
l)
Remove the n first elements of a list.
n
The number of elements to remove. If n <= 0, the list is return unchanged.
l
The original list. If the list contains at most n elements, the empty list is returned.

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.