Handbook
Glossary
return ( -- * )
Vocabulary
continuations
Word description
Returns early from a quotation by resuming the continuation reified by
with-return
; execution is continued starting immediately after
with-return
.
See also
with-return
Definition
USING:
namespaces
;
IN:
continuations
:
return
( -- * )
return-continuation
get
continue
;