OR keyword

Boolean operator. Disjunction (inclusive "or").

Syntax

OR

Example

IF VISIBLE(obj1) OR VISIBLE(obj2) THEN
'...
END IF

Go back to list of Keywords.