pub fn op_2drop(stack: &mut Stack) -> bool
OP_2DROP: Removes the top two items from the stack
Example: OP_2DROP([x1, x2]) -> []
stack