Skip to main content
Docs
Or operator
Used to perform a logical disjunction on two expressions. Syntax result = expression1 Or expression2 The Or operator syntax has these parts: […]