Handbook
Glossary
(INFIX::) ( -- word def effect )
Vocabulary
infix
.
private
Inputs
None
Outputs
word
an
object
def
an
object
effect
an
object
Definition
USING:
effects.parser
locals.parser
parser
;
IN:
infix.private
:
(INFIX::)
( -- word def effect )
[
scan-new-word
[
";"
parse-infix-quotation
]
parse-locals-definition
]
with-definition
;