Handbook
Glossary
all-articles ( -- seq )
Vocabulary
help
Inputs
None
Outputs
seq
a
sequence
Word description
Outputs a sequence of all help article names, and all words with documentation.
Definition
USING:
assocs
help.topics
namespaces
sequences
vocabs
;
IN:
help
:
all-articles
( -- seq )
articles
get
keys
all-words
[
word-help
]
filter
append
;