Syntax
Hexadecimal-Integer-Literal
:
Unqualified-Hexadecimal-Integer-Literal
Qualified-Hexadecimal-Integer-Literal
Unqualified-Hexadecimal-Integer-Literal:
Decimal-Digit
Hexadecimal-Integer-Literal Decimal-Digit
Hexadecimal-Integer-Literal Hexadecimal-Digit
Qualified-Hexadecimal-Integer-Literal:
Unqualified-Hexadecimal-Integer-Literal Hexadecimal-Radix
Decimal-Digit:
one of:
0 1 2 3 4 5 6 7 8 9
Hexadecimal-Digit:
one of:
a b c d e f
A B C D E F
Hexadecimal-Radix:
h
H
[Back: Related Information]
[Next: Description]