Table of Contents
    Home / Definitions / OR operator
    Development 1 min read

    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