up previous next
H.Toc

display the Table Of Contents of the online manual
Syntax

H.Toc():NULL;
H.Toc(P:INT):NULL
H.Toc(P:INT, C:INT):NULL
H.Toc("all"):NULL


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 ?.

See Also