Which checks the evaluated key form against the unevaluated keys using EQL?
COND
CASE
NIL
SETF
Answer and explanation
CASE checks the evaluated key form against the unevaluated keys using EQL and if the key is found, the corresponding clause is triggered.
