Method ADT.Sequence()->add()

class ADT.Sequence

Method add

void add(mixed value)

Description

Add a value at the end of the sequence.

Parameter value

The value to add.