Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
ADT
ADT.Sequence

Method ADT.Sequence()->`+()


Method `+

Sequence `+(Sequence coll)

Description

Addition operator Append the content of coll to thies sequence and return the results as a new Sequence .

Parameter coll

The sequence to append to his sequence.

Returns

The result of the append as a new Sequence .