stack_pop
return stack_pop(&bmachine.stack);
value = stack_pop(stack);
struct value *stack_pop(struct stack *);