topicList() -- provides a complete list of topics on which help is available.
Intended to be used in programs. Users will prefer to use topics.
See also:
Code:
-- code for topicList: -- ../m2/document.m2:407-409 topicList = () -> sort join( if DocDatabase === null then {} else value \ keys DocDatabase, keys Documentation)