null


(null  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

(null NIL)  T
(null "abc")  NIL

Remarks

practically identical to (not) function



©  Bricsys NV. All rights reserved.