save-error ( error -- )


Vocabulary
continuations.private

Inputs
erroran error


Outputs
None

Word description
Called by the error handler to set the error and restarts global variables after an error was thrown.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition