Handbook
Glossary
(?:) ( -- word def effect )
Vocabulary
syntax
.
inferred
.
private
Inputs
None
Outputs
word
an
object
def
an
object
effect
an
object
Definition
USING:
effects.parser
kernel
parser
stack-checker
;
IN:
syntax.inferred.private
:
(?:)
( -- word def effect )
[
scan-new-word
parse-definition
dup
infer
]
with-definition
;