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
vocaba vocabulary specifier


Outputs
tagsa 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

: vocab-tags ( vocab -- tags ) "tags.txt" vocab-file-lines ;