Handbook
Glossary
vocab-words-assoc ( vocab-spec -- assoc/f )
Factor handbook
»
The implementation
»
Vocabularies
Prev:
create-vocab ( name -- vocab )
Next:
vocab-words ( vocab-spec -- seq )
Vocabulary
vocabs
Inputs
vocab-spec
a vocabulary specifier
Outputs
assoc/f
an
assoc
or
f
Word description
Outputs the words defined in a vocabulary.
Definition
IN:
vocabs
GENERIC:
vocab-words-assoc
( vocab-spec -- assoc/f )
Methods
USING:
vocabs
;
M:
f
vocab-words-assoc
;
USING:
kernel
vocabs
;
M:
object
vocab-words-assoc
lookup-vocab
vocab-words-assoc
;
USING:
accessors
vocabs
;
M:
vocab
vocab-words-assoc
words>>
;