: continue. ( -- ) [ ] callcc0 "Continue" swap '[ drop [ _ continue ] call-listener ] gadget. ; ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! : listen ( -- ) visible-vars. stacks. prompt. continue. [ read-quot [ [ error-hook get call ] recover ] [ bye ] if* ] [ dup lexer-error? [ error-hook get call ] [ rethrow ] if ] recover ;