• Scieneer Common Lisp 1.3.9 online documentation

    ctypecase keyform &body cases[Macro]

    ctypecase keyform {(type form*)}*

    Evaluates the forms in the first clause for which typep of keyform and type is true. If no form is satisfied then a correctable error is signalled.

  •