Handbook
Glossary
find-word ( name -- word/f )
Vocabulary
fuel
.
help
.
private
Inputs
name
a
string
Outputs
word/f
a
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
USING:
combinators.short-circuit
sequences
vocabs
vocabs.parser
;
IN:
fuel.help.private
:
find-word
( name -- word/f )
{
[
search
]
[
words-named
?first
]
}
1||
;