REST

[FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - list    

Description:

Returns the tail of <list>, i.e. the same list without irts first element.

(Equivalent to Lisp CDR)

Ex. (rest '(1 2 3 4 5 6)) ==> (2 3 4 5 6)