OrM
X = X | Y; Y=Z; Z=T
Performs a bit-wise Boolean Or between X and Y, popping the stack and leaving the result in X.
Dialect restriction. OrM is implemented only in dialects 6 or later.
See also AndM, XorM, NotM and the non-bit-wise equivalents And, Or, Xor, Not