Constant EQUAL

Source
pub const EQUAL: OpCode = _; // 45u8
Expand description

EQUAL A B C - R[A] is #t if objects in R[B] - R[C] (inclusive) are the same objects, values or containers with equal values (must be the same container type)