In LISP, the function returns t if is a CONS cell and nil otherwise:

In LISP, the function returns t if <object> is a CONS cell and nil otherwise: Correct Answer (consp)

Related Questions

In LISP, the function returns t if is a CONS cell and nil otherwise __________