cdr
builtin-function
(cdr list)
Returns the list without the first element.
make-html > (cdr '((1 2) 3 4)) it: (3 4)