Result = Expression OR Expression
Computes the logical or of two boolean expressions, or the numerical or of two integer numbers.
PRINT TRUE OR FALSE True
PRINT FALSE OR FALSE False
PRINT 7 OR 11 15