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
vocaba vocabulary specifier
wordsa 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