[ Sequence ] text

>> x := Sequence ← ['a'] ; ['b'] ; ['c'].
>> y := x text.
Out write: y, stop.
Sequence ← ['a'] ; ['b'] ; ['c']