previous | index | next

Getting the First n Elements of a List

Desired behavior:
          (first-elements-of 3 '(1 2 3 4 5 6 7 8)) ⇒ (1 2 3)
Q: The first zero elements of a list comprise what list?

A:


previous | index | next