CoCoA:H.Toc
From ApCoCoAWiki
H.Toc
display the Table Of Contents of the online manual
Description
The first form of this function, with no arguments, lists the titles
of the parts and chapters of the manual. The second prints the table
of contents for part P. The third prints the table of contents for part P, chapter C. The last form, with the string all as argument, prints the entire table of contents.
The contents of each section can be read online by giving enough of
its title as an argument to ?.
Syntax
H.Toc():NULL; H.Toc(P:INT):NULL H.Toc(P:INT,C:INT):NULL H.Toc(<quotes>all</quotes>):NULL
<type>help</type> <type>online-help</type>