[ERROR]
While reading a numerical constant, the compiler has detected the number is too large for a data type.
x: REAL;
x := 300e51234;
Reduce the numerical constant value, or choose another data type.