Identifiers denote constants, types, variables, procedures and functions, units, and programs. All names of things that are defined 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
___________________________________________________________________