Table of Contents
    Home / Definitions / OR operator

    OR operator is a Boolean operator that returns a value of TRUE if either (or both) of its operands is TRUE. This is called an inclusive OR operator. There is also an exclusive OR operator (often abbreviated XOR) that returns a value of TRUE only if just one of the operands is TRUE.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%