Scieneer Common Lisp 1.3.9 online documentation endp object [Function] The recommended way to test for the end of a list. True if object is nil, false if object is a cons, and an error for any other types of arguments.
|
| endp object | [Function] |
The recommended way to test for the end of a list. True if object is nil, false if object is a cons, and an error for any other types of arguments.