bitwiseXor

Returns the bitwise XOR of the given numbers.

Arguments

  • number1 - The first number to bitwise XOR.
  • number2 - The second number to bitwise XOR.

Example

{
  "$template": {
    "$comment": "The field below will be 1",
    "test": "{{bitwiseXor(3, 2)}}"
  }
}