Macro: COMMON-LISP:CASE

package type clhs

CASE Keyform {({(Key) | Key} Form)}* Evaluates the Forms in the first clause with a Key EQL to the value of Keyform. If a singleton key is T then the clause is a default clause.

Lambda list

(sb-impl::keyform &body sb-impl::cases)