land[]

Logic AND.

Returns true if both arguments is true. Otherwise returns false.

Syntax

land[x, y]

Parameters

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

Examples

#<result> = land[1, 0]

result: 0

See also

lnot, lor, lxor, lnand, lnor, lxnor