Scieneer Common Lisp 1.3.9 online documentation typecase keyform &body cases [Macro] typecase keyform {(type form*)}*
Evaluates the forms in the first clause for which typep of keyform and type is true.
|
| typecase keyform &body cases | [Macro] |
typecase keyform {(type form*)}*
Evaluates the forms in the first clause for which typep of keyform and type is true.