OR

Result = Expression OR Expression

Computes the logical or of two expressions.


Example

PRINT TRUE OR FALSE

True

PRINT FALSE OR FALSE

False

PRINT 7 OR 11

15


See also

AND, BChg, BClr, BSet, BTst, FALSE, NOT, Rol, Ror, Shl, Shr, TRUE, XOR


Previous: OPEN Next: Pi