cdr
(cdr lst)
This function returns the input List or
DottedPair lst without the first element.
|
Arguments |
lst any list or DottedPair, empty list (NIL) is also allowed |
|
Return |
the list or DottedPair without first element, or NIL (for an empty list) |
|
Example |
(setq lst '(11 22
33)) |
|
Remarks |
(car) and (cdr) function combinations are supported for up to 4 levels, see car / cdr family |
| © Bricsys NV. All rights reserved. |