XOR
Last updated
Was this helpful?
Last updated
Was this helpful?
Airkit supports the standard XOR
operator. It returns the Boolean TRUE
if one and only one of the two operands, themselves Booleans, are TRUE
. Otherwise, it returns FALSE
.
The operands can consist of arbitrarily complicated Airscript expressions. For instance, say that both operators are defined by an Airscript expression that uses the function to determine if the function input is a properly-formatted Number: