integerboz¶
How an integer constant was written.
Declaration¶
Syntax¶
integerboz = Binary | Hex | Octal | Decimal
Values¶
Value |
Meaning |
|---|---|
|
a |
|
a |
|
an |
|
an ordinary decimal literal. |
Return values¶
None. An enumeration value is not evaluated.
Description¶
The value of an IntegerConstant is stored as a number, so this member only records the spelling. It matters for diagnostics and for unparsing, and because a BOZ literal is restricted in where the standard allows it to appear.