Funkcia, ktorá vynechá prvých K prvkov zoznamu.
Príklady:
(bezk 2 '(a b c)) ; -> (c) (bezk 0 '(a b c)) ; -> (a b c) (bezk 7 '(a b c)) ; -> NIL