EMA-XPS Online


REST

REST
====

syntax: (rest <list>)

This function returns the list without the first
element. The list will not be copied.

example:       >(rest '(1 2 3))
               (2 3)


EMA-XPS Online