atom
(atom item)
This function returns whether
item is an atomic
Lisp item; any Lisp symbol other than a List or DottedPair is an
'atom' (atomic Lisp value).
|
Arguments |
item any value or expression |
|
Return |
T if is an atomic element, NIL otherwise |
|
Example |
(setq x '(1 2 3)) |
|
Remarks |
effectively, any which is not a List or DottedPair, is an "atomic" value |
| © Bricsys NV. All rights reserved. |