AND Instruction

Synopsis

AND

Description

The AND instruction performs a boolean AND operation on the top two values on the runtime stack and replaces both with the logical AND of their values.

See Also

ORA