2.5 Character Literals
[A
character_literal
is formed by enclosing a graphic character between two apostrophe characters.]
Syntax
character_literal ::= '
graphic_character'
Examples
Examples of character
literals:
{
AI95-00433-01}
'A' '*' ''' ' '
'L' 'Л' 'Λ' --
Various els.
'∞' 'א' --
Big numbers - infinity and aleph.
Wording Changes from Ada 83
The definitions of the values of literals are
in Sections 3 and 4, rather than here, since it requires knowledge of
types.