Constant bc::opcodes::OP_BOOLOR

source ·
pub const OP_BOOLOR: u8 = 0x9b;
Expand description

Pop the top two stack items and push 1 if either is nonzero, else push 0.