p xor q

Xor operator. Computes the logical exclusive or of boolean expressions p and q.


Example


true xor true

false