Language:
Русский
English
┌──────────────────────┐
│ [X] Overflow Checking│
└──────────────────────┘
When you checking Overflow, the compiler generates code to check for overflow for the following integer operations:
+
-
*
Abs
Sqr
Succ
Pred
Operations Not checked:
Inc
Dec
If an overflow check fails, the program terminates and displays a run-time error message.
Overflow checking is equivalent to {$Q+}.