pub fn op_toaltstack(stack: &mut Stack) -> bool
OP_TOALTSTACK: Moves the top item from the main stack to the top of the alt stack
Example: OP_TOALTSTACK([x], []) -> [], [x]
stack