ILE C/C++ Language Reference


Identifiers

Identifiers provide names for the following language elements:

An identifier consists of an arbitrary number of letters, digits, or the underscore character in the form:

               .------------.
               V            |
>>-+-letter-+----+-letter-+-+----------------------------------><
   '-_------'    +-digit--+
                 '-_------'
 
 

C++The universal character names for letters and digits outside of the basic source character set are also allowed.

Related References


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]