Tests whether a cons is a list ending in a non-nil cdr.
lispworks
dotted-list-p list => result
list⇩ |
A list, which must be a cons. |
result |
A generalized boolean. |
The function dotted-list-p
is a predicate which tests whether list (which must be a cons) is a list ending in a non-nil cdr. It returns true if this is the case, otherwise it returns false.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41