Next: , Previous: Reserved Words, Up: Project File Reference


13.2 Lexical Elements

Rules for identifiers are the same as in Ada95. Identifiers are case-insensitive. Strings are case sensitive, except where noted. Comments have the same form as in Ada95.

Syntax:

     simple_name ::=
       identifier
     
     name ::=
       simple_name {. simple_name}