pub fn op_2mul(stack: &mut Stack) -> bool
OP_2MUL: Multiplies by TWO the number on top of the stack
Example: OP_2MUL([n]) -> [n*2]
stack