load ( prefix -- )
Factor handbook » Developer tools » Vocabulary hierarchy tools

Next:load-all ( -- )


Vocabulary
vocabs.hierarchy

Inputs
prefixa string


Outputs
None

Word description
Load all vocabularies that match the provided prefix.

Notes
This word differs from require in that it loads all subvocabularies, not just the given one.

Definition