jan tolenaar / kiezellisp / index-of-everything

Name

rest

Usage

builtin-function

Syntax

(rest list)

Description

Returns the remainder of list without the first element.

make-html > (rest '(a b c))
it: (b c)