SPLat Logo

OrM

NOTICE: SPLat Controls has moved. We are now at 1/85 Brunel Rd, Seaford, 3198. map

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