[ Sequence ] type

>> x := Sequence new.
>> y := x type.
Out write: y, stop.
Sequence