Restart_

Definitions:

continuation
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Continuations, Control Structures
Restart the continuation with its original arguments. Execution proceeds as though the continuation's caller had just invoked the continuation's current function with its original arguments. The current continuation (in which this primitive was invoked) is completely replaced by the restarted continuation.
Position Name Type Description
Parameters
1 aContinuation continuation The continuation to restart.
Returns