logical OR operator
A|B
A|B gives the element-wise logical or of the booleans matrices A and B. A and B must be matrices with the same dimensions or one from them must be a single boolean.
or
A
B
[%t %t %f] | [%f %t %t] [%t %t %f] | %f