vocab-file-lines ( vocab name -- lines/f )
Factor handbook » The language » Vocabulary loader » Vocabulary metadata

Prev:vocab-tags ( vocab -- tags )
Next:set-vocab-file-lines ( lines vocab name -- )


Vocabulary
vocabs.metadata

Inputs
vocaba vocabulary specifier
namea string


Outputs
lines/fa sequence of lines or f


Word description
Outputs the lines of the file named name from the vocabulary's directory, or f if the file does not exist.

Definition