bc::opcodes

Constant OP_ELSE

Source
pub const OP_ELSE: u8 = 0x67;
Expand description

Execute statements if those after the previous OP_IF were not, and vice-versa. If there is no previous OP_IF, this acts as an OP_RETURN.