C2707: Number too large

[ERROR]

Description

While reading a numerical constant, the compiler has detected the number is too large for a data type.

Example
  x: REAL;

  
  x := 300e51234;

  
Tips

Reduce the numerical constant value, or choose another data type.