[ List ] text

var x := List new.
x put: ['a'] at: ['b'].
var y := x text.
Pen write: y, stop.
(List new) put:['a'] at:['b']