Handbook
Glossary
BEND[
Vocabulary
bend
Syntax
BEND[ code ... fork ... code ]
Word description
Calls the quotation in a context where the word
fork
can be used to recursively call this quotation again.
Definition
USING:
hashtables
kernel
parser
sequences
stack-checker
vocabs.parser
words
;
IN:
bend
SYNTAX:
BEND[
gensym
dup
dup
"fork"
associate
[
parse-quotation
]
with-words
dup
infer
define-declared
suffix!
;