Go to the first, previous, next, last section, table of contents.


Comments

gp accepts the same kinds of comments as TOM.

// This line is a C++-style comment.
// Likewise.  It will trigger a warning.
/* This is multi-line
   C-style comment.  */
<doc> This is TOM-style HTML-like comment.  </doc>


Go to the first, previous, next, last section, table of contents.