Handbook
Glossary
add-words-from ( vocab words -- )
Factor handbook
»
The language
»
Parsing words
»
Reflection support for vocabulary search path
Prev:
add-qualified ( vocab prefix -- )
Next:
add-words-excluding ( vocab words -- )
Vocabulary
vocabs
.
parser
Inputs
vocab
a vocabulary specifier
words
a
sequence
of word names
Outputs
None
Word description
Adds
words
from
vocab
to the current manifest.
Notes
This word is used to implement
FROM:
.
Definition
USING:
sequences
;
IN:
vocabs.parser
:
add-words-from
( vocab words -- )
<from>
qualified-vocabs
push
;