Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - <u>&&</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
&&
    Logical conjunction:  The logical AND of the value on the left and the
    value on the right is produced.  If either of the values on the left or
    right is equal to 0 then the result is 0; otherwise the result is 1.

||
    Logical inclusive disjunction:  The logical OR of the value on the left
    and the value on the right is produced.  If either of the values on the
    left or right is not equal to 0 then the result is 1; otherwise the
    result is 0.  If the value on the left is not equal to 0 then the
    expression on the right is not evaluated (this is known as short-circuit
    expression evaluation).

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson