Probably an easy one, but I\'ve looked through the docs and googled for examples and I\'m still not sure of the answer.
If I have a list like this:
[1,2,
> drop 4 (take 9 [1,2,3,4,5,6,7,8,9,0]) [5,6,7,8,9]