- signal objprocedure
Raises a continuable exception represented by obj. The signal procedure can be implemented as follows:
(define (signal exn) ((current-exception-handler) exn))
The signal procedure does not ensure that its argument is a condition. If its argument is a condition, signal does not ensure that the condition indicates a continuable exception.