[ Text ] object

>> x := Sequence ← 1 ; 2 ; 3.
>> a := x text.
>> b := a object.
Out write: a type, stop.
Out write: a, stop.
Out write: b type, stop.
Out write: b, stop.
Text
Sequence ← 1 ; 2 ; 3
Sequence
Sequence ← 1 ; 2 ; 3