(rontolisp) docs
← Functions

continue

(continue [condition])

Invokes the innermost active continue restart — the one a cerror establishes — and returns nil when none is active (unlike abort, this is not an error). Calling it from a handler-bind handler makes the interrupted cerror return nil and execution resume past it.