op_2mul

Function op_2mul 

Source
pub fn op_2mul(stack: &mut Stack) -> bool
Expand description

OP_2MUL: Multiplies by TWO the number on top of the stack

Example: OP_2MUL([n]) -> [n*2]

ยงArguments

  • stack - mutable reference to the stack