cadr
(cadr lst)
This function returns the second element
of lst.
Arguments |
lst any list or DottedPair, empty list (NIL) is also allowed |
Return |
the second element of the list, or NIL (for an empty list) |
Example |
(setq lst '(11 22
33)) |
Remarks |
often used to retrieve the Y
coordinate of a 2d / 3d point list; |
© Bricsys NV. All rights reserved. |