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


Names

A name is any sequence of letters, digits, and the character _ (underscore), where the first character is not a digit. If a name has a macro definition, it will be subject to macro expansion (see section How to invoke macros).

Examples of legal names are: `foo', `_tmp', and `name01'.


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