In LISP, which predicate returns t (true) if the supplied <object> is a CONS cell and returns nil (false) otherwise?

Difficulty: Easy