The 'continue' function attempts to continue from the
error: not in a break loop
In Nyquist, the error is:
error: this error can't be continued
This error does not cause XLISP to go into a break loop. 'continue' never actually returns a value.
(continue) ; error: not in a break loop (break "out") ; break: out (continue) ; to continue from break loop ; BREAK returns NIL
Keystroke equivalent: In the IBM PC and MS-DOS versions of XLISP,
a 'Ctrl-p' key sequence has the same effect as doing a (continue). On a
Macintosh, this can be accomplished by a pull-down menu or a 'Command-p'.
See the
continue
function in the