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