lor[]
Logic OR.
Returns true if either of arguments is true. Otherwise returns false.
Syntax
Parameters
| x | Number on which the function performs logic operation. |
| y | Number on which the function performs logic operation. |
| Return Value | Logic OR value. |
Examples
#<result> = lor[1, 0]
result: 1
See also