[ Sequence ] combine: [ Text ]

var x := Sequence << 1 ; 2 ; 3.
Pen write: (x combine: [',']), stop.