Stack.pmo

STACK -> stack

Create a new stack

s.pop [x: stack] -> any

Pop and return the top item from the stack

s.push [x: stack] [v: value]

Push v onto stack x