= (bool a) bool ¶= (bool a) bool ¶Monadic operator that yields the logical negation of its operand.
= (bool a, b) bool ¶Dyadic operator that yields the logical “or” of its operands.
= (bool a, b) bool ¶= (bool a, b) bool ¶Dyadic operator that yields the logical “and” of its operands.
= (bool a, b) bool ¶= (bool a, b) bool ¶Dyadic operator that yields true if its operands are the
same truth value, false otherwise.
= (bool a, b) bool ¶= (bool a, b) bool ¶Dyadic operator that yields false if its operands are the
same truth value, true otherwise.
= (bool a) int ¶Monadic operator that yields 1 if its operand is true, and
0 if its operand is false.