Category: Mathematics
Syntax:
mathXor:Int(a:Int, b:Int)
Int
Performs bitwise XOR (exclusive OR) operation.
Takes a (first integer), b (second integer).
Returns the result of bitwise XOR between two integers.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn