OR

Returns true, if at least one of the parameters is true, otherwise false

Syntax

OR(condition1; condition2; …; conditionN)

  • condition1-N - the condition which is evaluated - Value type: boolean

Examples