Extracted from Pike v7.3 release 14 at 2002-02-15.
[Top]
ADT
ADT.Stack
·
create()
·
pop()
· push()
·
quick_pop()
·
reset()
·
top()
ADT.Stack()->pop()
ADT.Stack()->quick_pop()
Method ADT.Stack()->push()
Method
push
void
ADT.Stack()->
push
(
mixed
val
)
Description
Push an element on the top of the stack.