Handbook
Glossary
orphan-articles ( -- seq )
Vocabulary
help
Inputs
None
Outputs
seq
vocab names
Word description
Retrieves all vocabs without parents, except for 'help.home' and 'handbook' which are special.
Definition
USING:
assocs
help.topics
namespaces
sequences
sets
;
IN:
help
:
orphan-articles
( -- seq )
articles
get
keys
[
article-parent
]
reject
{
"help.home"
"handbook"
}
diff
;