7.5.85 sand

Boolean AND short

Format

sand

Forms

sand = 83 (0x53)

Stack

…, value1, value2 → …, result

Description

Both value1 and value2 are popped from the operand stack. A short result is calculated by taking the bitwise AND (conjunction) of value1 and value2. The result is pushed onto the operand stack.