Signals a condition.
The function tries each active dynamic handler, the most recent first. If all dynamic handlers decline, signal calls default-handler on condition. If a handler returns, all the values that it returned are returned from signal. If signal returns when condition’s recovery protocol does not allow returning, some handler has violated protocol; signal does not check for this error. If condition is a restart, the caller of signal should always assume that it might return.
sealed
| arg | An instance of <condition>. |
| #rest values | Instances of <object>. |
Signals a condition. | |
This form signals a condition of type <simple-warning>. |
This form signals a condition of type <simple-warning>.
| string | An instance of <string>. |
| #rest arguments | Instances of <object>. |