add-qualified ( vocab prefix -- )
Factor handbook » The language » Parsing words » Reflection support for vocabulary search path

Prev:unuse-vocab ( vocab -- )
Next:add-words-from ( vocab words -- )


Vocabulary
vocabs.parser

Inputs
vocaba vocabulary specifier
prefixa string


Outputs
None

Word description
Adds the vocabulary's words, prefixed with the given string, to the current manifest.

Notes
If adding the vocabulary introduces ambiguity, the vocabulary will take precedence when resolving any ambiguous names. See the example in QUALIFIED: for further explanation.

Definition