Decimal-Integer-Literal:


      Unqualified-Decimal-Integer-Literal
      Qualified-Decimal-Integer-Literal
    Unqualified-Decimal-Integer-Literal:
      Decimal-Digit
      Decimal-Integer-Literal Decimal-Digit
    Qualified-Decimal-Integer-Literal:
      Unqualified-Decimal-Integer-Literal Decimal-Radix
    Decimal-Digit: one of:
      0 1 2 3 4 5 6 7 8 9
    Decimal-Radix:
      d
      D
      t
      T


    [Back] [Next]