Extracted from Pike v7.8 release 866 at 2014-08-04.
pike.ida.liu.se
[Top]
ADT
ADT.Stack

Method ADT.Stack()->top()


Method top

mixed top()

Description

Returns the top element from the stack, without popping it.

Throws

Throws an error if called on an empty stack.