Prvých K prvkov zoznamu.
Príklady:
(firstk 2 '(a b c)) ; -> (a b) (firstk 0 '(a b c)) ; -> NIL (firstk 7 '(a b c)) ; -> (a b c)