mathXor

Category: Mathematics

Syntax:

mathXor:Int(a:Int, b:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn