Next: 1.5 Numbers
Up: 1. Pascal Tokens
Previous: 1.3 Reserved words
Identifiers denote constants, types, variables, procedures and functions,
units, and programs. All names of things that you define are identifiers.
An identifier consists of 255 significant characters (letters, digits and
the underscore character), from which the first must be an alphanumeric
character, or an underscore (_)
The following diagram gives the basic syntax for identifiers.
Identifiers
root
1999-06-10