The contents of the GAP manuals is also available as on-line help.
?book:section
The help command ? displays the section with the name section in the
manual book on the screen. For example
?tutorial:The Help systemwill display this section on the screen. When the whole section has been displayed the normal GAP prompt
gap> is shown and normal GAP
interaction resumes.
??topic
?? looks up topic in GAP's index and prints all the index entries
that contain the substring topic. Then you can decide which section is
the one you are actually interested in and request this one.
A complete list of commands for the help system is available in Section Help of the reference manual.
[Top] [Previous] [Up] [Next] [Index]
GAP 4 manual