Scieneer Common Lisp 1.3.9 online documentation throw &rest rest [Special Form] throw tag form
Do a non-local exit, return the values of form from the catch whose tag evaluates to the same thing as tag.
|
| throw &rest rest | [Special Form] |
throw tag form
Do a non-local exit, return the values of form from the catch whose tag evaluates to the same thing as tag.