Hello,

it is possible, to switch off the short boolean evaluation?

Normally follow code is possible:
...
i:=0;
if (i>=0) or (10/i > 1) then
        {do something};
...

For my academic studies I must switch off this short boolean evaluation,
because I need a pascal compiler with full boolean evaluation.  The
example code above must output a runtime error.

Best regards,
thomas polnik.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to