lnor[]

Logic NOR.

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

Syntax

lnor[x, y]

Parameters

x Number on which the function performs logic operation.
y Number on which the function performs logic operation.
Return Value Logic NOR value.

Examples

#<result> = lnor[1, 2]

result: 0

See also

lnot, land, lor, lxor, lnand, lxnor