• Scieneer Common Lisp 1.3.9 online documentation

    ecase keyform &body cases[Macro]

    ecase keyform {({(key*) | key} form*)}*

    Evaluates the forms in the first clause with a key eql to the value of keyform. If none of the keys matches then an error is signalled.

  •