[ Sequence ] combine: [ Text ]

>> x := Sequence ← 1 ; 2 ; 3.
Out write: (x combine: [',']), stop.
1,2,3