|
| etypecase keyform &body cases | [Macro] |
etypecase 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 an error is signalled.
|
| etypecase keyform &body cases | [Macro] |
etypecase 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 an error is signalled.