Logical Operators
The following logical operators are supported by Collabora Office Basic.
Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not.
Logically combines two expressions.
Calculates the logical equivalence of two expressions.
Performs a logical implication on two expressions.
Negates an expression by inverting the bit values.
Performs a logical OR disjunction on two expressions.
Performs a logical Exclusive-Or combination of two expressions.