or
or(
expression: any
)
Returns the logical disjunction of the Boolean-converted input and a secondary predicate expression. Null-like and unconvertible values convert to false; zero converts to false; nonzero numbers and recognized true text convert to true. Evaluates the secondary expression only when the converted input is false.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
expression | any | Yes | Specifies the secondary predicate expression evaluated when the converted input is false. |
Kind: Predicate
Scope: boolean
Aliases: None