catch-stop-generator ( ..a try: ( ..a -- ..b ) except: ( ..a -- ..b ) -- ..b )


Vocabulary
generators

Inputs
trya quotation
excepta quotation


Outputs
None

Word description
Attempts to run the try quotation. If a stop-generator error is thrown, then the exceptquotation will be run instead.

Definition