[ Sequence ] combine: [ Text ]

☞ x ≔ Sequence ← 1 ; 2 ; 3.
✎ write: (x combine: ‘,’), stop.
1,2,3