Numbers are by default denoted in decimal notation. Real (or decimal) numbers are written using engineering or scientific notation (e.g. 0.314E1).
For integer type constants, Free Pascal supports 4 formats:
The following diagrams show the syntax for numbers.
_________________________________________________________________________________________________________
Numbers
___________________________________________________________________
Remark: It is to note that all decimal constants which do no fit within the -2147483648..2147483647 range, are silently and automatically parsed as real-type constants.