Home / Definitions / Inclusive Or Operator

Inclusive Or Operator

Webopedia Staff
Last Updated May 24, 2021 7:45 am
A Boolean operator that returns a value of TRUE if either or both of its operands is TRUE. Contrast with the exclusive OR operator, which returns a value of TRUE only if just one of the operands is True.