not
(not item)
This function verifies whether item evaluates
as NIL or non-NIL.
Arguments |
item any value or expression to be verified |
Return |
T if evaluation of item results in NIL value, or NIL if the evaluation is non-NIL |
Example |
(not "abc") NIL |
Remarks |
for often used expressions
like |
© Bricsys NV. All rights reserved. |