Constant OP_BOOLOR
pub const OP_BOOLOR: Opcode;Expand description
Pop the top two stack items and push 1 if either is nonzero, else push 0.
pub const OP_BOOLOR: Opcode;Pop the top two stack items and push 1 if either is nonzero, else push 0.