VocabularycontinuationsInputstry | a quotation with stack effect ( ..a -- ..a ) |
cleanup-always | a quotation with stack effect ( ..a -- ..b ) |
OutputsNone
Word descriptionSame as
cleanup, but with empty
cleanup-error quotation. Useful when some cleanup code needs to be run after the
try quotation whether an error was thrown or not, but when nothing specific needs to be done about any errors.
See alsocleanup,
recoverDefinition