[ Tekst ] object

>> x := Reeks ← 1 ; 2 ; 3.
>> a := x tekst.
>> b := a object.
Uit schrijf: a type, stop.
Uit schrijf: a, stop.
Uit schrijf: b type, stop.
Uit schrijf: b, stop.
Tekst
Reeks ← 1 ; 2 ; 3
Reeks
Reeks ← 1 ; 2 ; 3