Constant OP_ELSE
pub const OP_ELSE: All;
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 a RETURN.
pub const OP_ELSE: All;
Execute statements if those after the previous OP_IF were not, and vice-versa. If there is no previous OP_IF, this acts as a RETURN.