Go to the first, previous, next, last section, table of contents.
A valid identifier is a string of characters meeting the following
requirements:
- It starts with either a lower- or uppercase letter of the Latin
alphabet or any of the following symbols: `_', `$'.
- It consists of alphanumeric characters, underscores(`_') and
dollar signs (`$').
Go to the first, previous, next, last section, table of contents.