All Logic Boolean Functions

And Operator (boolean conjunction)
If Operator (if a boolean then return a value else return another value)
IfKnownElse (use a value if it is known otherwise use a different value)
NonMutualAnd Function (boolean conjunction)
NonMutualOr Function (boolean disjunction)
Not Operator (boolean negation)
Or Operator (boolean disjunction)
Xor Operator (boolean exclusive disjunction)

Related content