Major Section: PROGRAMMING
(listp x) is true when x is either a cons pair or is nil.
(listp x)
x
cons
nil
Listp has no guard, i.e., its guard is t.
Listp
t
Listp is a Common Lisp function. See any Common Lisp documentation for more information.