search ( name -- word/f )


Vocabulary
vocabs.parser

Inputs
namea string


Outputs
word/fa word or f


Word description
Searches for a word by name in the current manifest. If no such word could be found, outputs f.

Notes
This word should only be called from parsing words.

Definition