C2708: Illegal digit

[ERROR]

Description

While reading a numerical constant, an illegal digit has been found.

Example
  x: REAL;

  
  x := 123e4a;

  
Tips

Check your numerical constant for correctness.