Handbook
Glossary
(:) ( -- word def effect )
Vocabulary
effects
.
parser
Inputs
None
Outputs
word
an
object
def
an
object
effect
an
object
Definition
USING:
kernel
parser
;
IN:
effects.parser
:
(:)
( -- word def effect )
[
scan-new-word
scan-effect
parse-definition
swap
]
with-definition
;