Performs a bitwise logical XOR operation.
bitXor(number1, number2)
→ returns numeric
Uses the bitXor function to perform the logical XOR operation on each pair of the corresponding bits
bitXor(5,3)
Expected Result: 6
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.