Arc Cross Reference

nthcdr

[procedure] firstn n xs

[procedure] nthcdr n xs

scheme:take and scheme:drop, with args swapped (the arg order is the same as Haskell's take and drop).

Unfortunately these don't work with strings (why not?)