Usage:
x | y
Returns:
The binary XOR of x and y
If x and y are both /lists, the result is a list containing items that are in either list, but not in both lists. Items from only x will be first, followed by items from only list y.
x | y
The binary XOR of x and y
If x and y are both /lists, the result is a list containing items that are in either list, but not in both lists. Items from only x will be first, followed by items from only list y.