- :logical
xor?
⊻
return the logical XOR for the given values
Parameters
xor? valueA :logical :block valueB :logical :block
Returns
Examples
copyx: 2 y: 3 switch xor? x=2 y=3 -> print "yep, that's correct!" -> print "nope, that's not correct ; nope, that's not correct