long story short my lecturer is crap, and was showing us infix to prefix stacks via an overhead projector and his bigass shadow was blocking everything so i missed the importan
Simply:
pop: returns the item at the top then remove it from the stack
push: add an item onto the top of the stack.