OCLOperators Or
This page was created by Stephanie@mdriven.net on 2023-04-20. Last edited by Edgar on 2025-01-20.

This operator is represented by the keyword "or" and evaluates to true if at least one of its operands is true. For example, if "a" and "b" are Boolean expressions, then "a or b" will be true if either "a" or "b" (or both) are true.