[ List ] values

var x := List new.
x aaa: ['bbb'], ccc: ['ddd'].
Pen write: x values, stop.
Sequence << ['ddd'] ; ['bbb']