[ Sequence ] append: [ Text ]

var x := Sequence new.
x append: 3.
x ; 3.
x # 3.
Pen write: x, stop.