Knowledge Base

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 alsoAndMXorMNotMand the non-bit-wise equivalents AndOrXorNot