log_exp - OR

Syntax

... log_exp1 OR log_exp2 OR log_exp3 ...

Effect

If you link multiple logical expressions log_exp with OR, then a new logical expression is created which is true if at least one of the logical expressions log_exp is true. Only if all logical expressions are false, then the link is false as well.