bc::opcodes

Constant OP_GREATERTHANOREQUAL

Source
pub const OP_GREATERTHANOREQUAL: u8 = 0xa2;
Expand description

Pop the top two items; push 1 if the second is >= the top, 0 otherwise.