Constant OP_GREATERTHANOREQUAL
pub const OP_GREATERTHANOREQUAL: Opcode;
Expand description
Pop the top two items; push 1 if the second is >= the top, 0 otherwise.
pub const OP_GREATERTHANOREQUAL: Opcode;
Pop the top two items; push 1 if the second is >= the top, 0 otherwise.