stack_pushnumber
stack_pushnumber(&bmachine.stack, n);
void stack_pushnumber(struct stack *, struct number *);
stack_pushnumber(stack, v->u.num);