Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
323 - Use of arithmetic operator on bool(s).
This message indicates the use of an arithmetic operator on a bool, which can yield unexpected values.
A true value can be anything nonzero.
Example
Defective Source
ans = (a && b) * (a || b);
Send Feedback on this topic to the authors