loaded-child-vocab-names ( vocab-spec -- seq )
Factor handbook » The implementation » Vocabularies

Prev:lookup-vocab ( vocab-spec -- vocab )
Next:create-vocab ( name -- vocab )


Vocabulary
vocabs

Inputs
vocab-speca vocabulary specifier


Outputs
seqa sequence of strings


Word description
Outputs all vocabularies which are conceptually under vocab in the hierarchy.

Examples
"io.streams" loaded-child-vocab-names .
{ "io.streams.c" "io.streams.duplex" "io.streams.lines" "io.streams.nested" "io.streams.plain" "io.streams.string" }


Definition