• Scieneer Common Lisp 1.3.9 online documentation

    case keyform &body cases[Macro]

    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.

  •