find-word ( name -- word/f )


Vocabulary
fuel.help.private

Inputs
namea string


Outputs
word/fa word or f


Word description
Prefer to use search which takes the execution context into account. If that fails, fall back on a search of all words.

Definition