[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Boolean Operators        Operators with Boolean Arguments

                           Boolean Operators
     ---------------------------------------------------------------
     Operator         Meaning             Operands         Result
     ---------------------------------------------------------------
     not (unary)      complement          Boolean          Boolean
       and            logical AND         Boolean          Boolean
        or            logical OR          Boolean          Boolean
       xor            logical XOR         Boolean          Boolean       [TP]
        =             equivalence         Boolean          Boolean
       <>             exclusive or        Boolean          Boolean
        <             not P and Q         Boolean          Boolean
       <=             P implies Q         Boolean          Boolean
        >             P and not Q         Boolean          Boolean
       >=             Q implies P         Boolean          Boolean
   ---------------------------------------------------------------

See Also: not and or xor
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson