Extracted from Pike v7.4 release 341 at 2005-11-30.
[Top]
predef::
ADT
ADT.Stack
`+()
create()
pop()
push()
quick_pop()
reset()
set_stack()
_sizeof()
top()
_values()
ADT.Stack()->pop()
ADT.Stack()->quick_pop()
Method ADT.Stack()->push()
Method
push
void
push
(
mixed
val
)
Description
Push an element on the top of the stack.