Stack - mfichman/jogo GitHub Wiki

A stack supports the push/pop operations.

push(value :a)

Add a value at the top of the stack.

pop() :a

Remove a value from the top of the stack.