lor[]

Logic OR.

Returns true if either of arguments is true. Otherwise returns false.

Syntax

lor[x, y]

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

lnot, land, lor, lxor, lnand, lnor, lxnor