rest
builtin-function
(rest list)
Returns the remainder of list without the first element.
list
first
make-html > (rest '(a b c)) it: (b c)