2.2. Section 2: Lexical Elements

The information in this section relates to Annex M paragraphs 6 to 11.

Q: M.(6)
Q: M.(7)
Q: M.(8)
Q: M.(9)
Q: M.(10)
Q: M.(11)

Q: M.(6)

The coded representation for the text of an Ada program. See 2.1(4).

A: See section on source representation in ERC32 Ada User's Guide.

Q: M.(7)

The control functions allowed in comments. See 2.1(14).

A: See section on source representation in ERC32 Ada User's Guide.

Q: M.(8)

The representation for an end of line. See 2.2(2).

A: See section on source representation in ERC32 Ada User's Guide.

Q: M.(9)

Maximum supported line length and lexical element length. See 2.2(15).

A: The maximum line length is 255 characters an the maximum length of a lexical element is also 255 characters.

Q: M.(10)

Implementation defined pragmas. See 2.8(14).

A: See Chapter 3 Implementation Defined Pragmas.

Q: M.(11)

Effect of pragma Optimize. See 2.8(27).

A: Pragma Optimize, if given with a Time or Space parameter, checks that the optimization flag is set, and issues a warning if it is not.