Skip to content
Matt Fichman edited this page Dec 20, 2012 · 8 revisions

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.

Clone this wiki locally