Language:
Русский
English
┌─────────────────────────────────┐
│ [X] Complete Boolean Evaluation │
└─────────────────────────────────┘
[X] When you check Complete Boolean Evaluation, all terms in a Boolean expression are always evaluated.
[ ] When Complete Boolean Evaluation is not checked (it's disabled), the compiler generates code to terminate evaluation of a Boolean expression as soon as possible.
For example, in the expression
if False and MyFunc...
the function MyFunc would never be called.
Complete Boolean Evaluation is equivalent to {$B}.