OP_IF

Constant OP_IF 

Source
pub const OP_IF: u8 = 99;
Expand description

If the top stack is true, statements are executed. Top stack value is removed.