Handbook
Glossary
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
vocab
a vocabulary specifier
words
a
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
USING:
sequences
;
IN:
vocabs.parser
:
add-words-excluding
( vocab words -- )
<exclude>
qualified-vocabs
push
;