$WBBXOR - binary XOR

Availability
$WBBXOR is available for use with all WBSP commands.

Syntax
$WBBXOR{num1|num2}
$WBBXOR[num1|num2]

Parameters
num1, num2  - any two numbers in range +/-79,228,162,514,264,337,593,543,950,335
 

Returns
A result of bitwise comparison num1 XOR num2.

Example

<html>
    <body>
    2 xor 6 = $WBBXOR[2|6]
    </body>
</html>
 

Result:

2 xor 6 = 4