Handbook
Glossary
vocab-words ( vocab-spec -- seq )
Factor handbook
»
The implementation
»
Vocabularies
Prev:
vocab-words-assoc ( vocab-spec -- assoc/f )
Next:
all-words ( -- seq )
Vocabulary
vocabs
Inputs
vocab-spec
a
vocab-spec
Outputs
seq
a
sequence
of
word
s
Word description
Outputs a sequence of words defined in the vocabulary, or
f
if no vocabulary with this name exists.
Definition
USING:
assocs
;
IN:
vocabs
:
vocab-words
( vocab-spec -- seq )
vocab-words-assoc
values
;