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

Prev:use-vocab ( vocab -- )
Next:add-qualified ( vocab prefix -- )


Vocabulary
vocabs.parser

Inputs
vocaba vocabulary specifier


Outputs
None

Word description
Removes a vocabulary from the current manifest.

Notes
This word is used to implement UNUSE:.

Definition