Tiny Basic Interpreter...

 
TBstack
void clear();
void push(int value);
int pop();