:res ( n -- * )
Factor handbook » The language » Exception handling » The debugger

Prev::3 ( -- * )


Vocabulary
debugger

Inputs
na positive integer


Outputs
None

Word description
Continues executing the nth restart. Since restarts may only be invoked once, this resets the restarts global variable.

Definition