Handbook
Glossary
sort-articles ( seq -- newseq )
Vocabulary
help
Inputs
seq
a sequence of help topics
Outputs
newseq
a sequence of help topics
Word description
Sorts a sequence of help topics.
Definition
USING:
assocs
help.topics
sorting
;
IN:
help
:
sort-articles
( seq -- newseq )
[
article-title
]
zip-with
sort-values
keys
;