pub const OP_IF: u8 = 99;
If the top stack is true, statements are executed. Top stack value is removed.