Or

Returns TRUE if x or y or both values are true. Only if both values are false the return value is FALSE.

Syntax

x || y

Types
 Variable NameValue TypeVariable Type
Arguments:xboolboolean
yboolboolean
Result: bbool boolean
Calculator Input

Use the || button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentBOOLtrueTRUE
yArgumentBOOLfalseFALSE
b Result BOOL truex || y