Which checks the evaluated key form against the unevaluated keys using EQL?
COND
CASE
NIL
SETF
View Answer
Correct Answer: B — CASE
Explanation:
CASE checks the evaluated key form against the unevaluated keys using EQL and if the key is found, the corresponding clause is triggered.
