[ Text ] object

☞ x ≔ Sequence ← 1 ; 2 ; 3.
☞ a ≔ x text.
☞ b ≔ a object.
✎ write: a type, stop.
✎ write: a, stop.
✎ write: b type, stop.
✎ write: b, stop.
Text
Sequence ← 1 ; 2 ; 3
Sequence
Sequence ← 1 ; 2 ; 3