Skip to main content

op_else

Function op_else 

Source
pub fn op_else(cond_stack: &mut ConditionStack) -> bool
Expand description

OP_ELSE: Executes the next block of instructions if the previous OP_IF or OP_NOTIF was not executed

ยงArguments

  • cond_stack - mutable reference to the condition stack