Perform the logical XOR operation.
The XOR operation returns true if one, and only one, of its inputs is true:
true
g.and(true, false);