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