[ List ] entries

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