CoCoA:H.Toc

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Man

   <type>help</type>
   <type>online-help</type>