Tiny Basic Interpreter... TBstack void clear(); void push(int value); int pop();
TBstack void clear(); void push(int value); int pop();