(:) ( -- word def effect )


Vocabulary
effects.parser

Definition
USING: kernel parser ;

IN: effects.parser

: (:) ( -- word def effect )
[ scan-new-word scan-effect parse-definition swap ]
with-definition ;