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
| Code | Returns |
|---|---|
| (null "Yes!") | nil |
| (null (> 5 6)) | T |
NOTES
Tell me about...
Programming Overview of LISP (LISt Processing) Language
| Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |