vocab-platforms ( vocab -- platforms )
Factor handbook » The language » Vocabulary loader » Vocabulary metadata

Prev:vocab-authors ( vocab -- authors )
Next:vocab-resources ( vocab -- patterns )


Vocabulary
vocabs.metadata

Inputs
vocaba vocabulary specifier


Outputs
platformsa sequence of operating system symbols


Word description
Outputs a list of operating systems supported by vocab, as specified by the platforms.txt file in the vocabulary's directory. Outputs an empty array if the file doesn't exist.

Notes
Operating system symbols are defined in the system vocabulary.

Definition