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

Prev:vocab-file-lines ( vocab name -- lines/f )


Vocabulary
vocabs.metadata

Inputs
linesa sequence of lines
vocaba vocabulary specifier
namea string


Outputs
None

Word description
Stores a sequence of lines to the file named name from the vocabulary's directory.

Definition