Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
ADT
ADT.List

Method ADT.List()->tail()


Method tail

mixed tail()

Description

Get the element at the tail of the list.

Throws

Throws an error if the list is empty.

See also

is_empty() , head() , pop()