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

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


Vocabulary
vocabs.parser

Inputs
vocaba vocabulary specifier
wordsa sequence of word names


Outputs
None

Word description
Adds all words except for words from vocab to the manifest.

Notes
This word is used to implement EXCLUDE:.

Definition