$binaryXor

Returns the binary xor ed values of parameter 1 and parameter 2.
Syntax
    $binaryXor{integer_1}{integer_2}
DocumentationReturns the binary xor ed values of parameter 1 and parameter 2.
Examples
    $binaryXor{16}{2}
    would return 12
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2