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 - 20 Sep 2017