[Home] [Prev] [Next] [Index]
2.5 Character Literals
2.5 Character Literals
- 1
- A character literal is formed by enclosing one of the 95 graphic characters (including the space) between two apostrophe characters. A character literal has a value that belongs to a character type.
- 2
- character_literal ::= 'graphic_character'
- 3
- Examples:
'A' '*' ''' ' '
- 4
- References:

- character type 3.5.2

- graphic character 2.1

- literal 4.2

- space character 2.1
[Home] [Prev] [Next] [Index]
documentation@rational.com
Copyright © 1993-2000, Rational Software Corporation. All rights
reserved.