Determine whether the item is bound to nil.
The null function confirms that your item is bound to nil. If it is nil, a T is returned. If it is not nil, nil is returned.
Examples
NOTES
Tell me about...
(numberp item)
(type item)
LISP Compatibility
Programming Overview of LISP (LISt Processing) Language