Handbook
Glossary
restarts
Factor handbook
»
The language
»
Exception handling
»
Restartable errors
Prev:
throw-continue ( error -- )
Vocabulary
continuations
Variable description
Global variable holding the set of possible restarts for the most recently thrown error.
Notes
Only updated by
throw
, not
rethrow
.
Variable value
Current value in global namespace:
{
}
Definition
IN:
continuations
SYMBOL:
restarts
inline