Handbook
Glossary
vocab-tags ( vocab -- tags )
Factor handbook
»
The language
»
Vocabulary loader
»
Vocabulary metadata
Prev:
vocab-summary ( vocab -- summary )
Next:
vocab-file-lines ( vocab name -- lines/f )
Vocabulary
vocabs
.
metadata
Inputs
vocab
a vocabulary specifier
Outputs
tags
a sequence of strings
Word description
Outputs a list of short tags classifying the vocabulary from the
tags.txt
file in the vocabulary's directory. Outputs
f
if the file does not exist.
Definition
IN:
vocabs.metadata
:
vocab-tags
( vocab -- tags )
"tags.txt"
vocab-file-lines
;