Constant NOT

Source
pub const NOT: OpCode = _; // 46u8
Expand description

NOT A B - R[A] is #t if R[B] is falsey and #f otherwise