search-manifest ( name manifest -- word/f )


Vocabulary
vocabs.parser

Inputs
namea string
manifesta manifest


Outputs
word/fa word or f


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

Definition