Numeric Literal

Literal that is defined by a sequence of numbers in the source code and an optional +/- sign. The data type is i if the value is between -2^31+1 and 2^31-1. Otherwise, it is p.

More