[ List ] values

>> x := List new.
x aaa: ['bbb'], ccc: ['ddd'].
Out write: x values, stop.
Sequence ← ['ddd'] ; ['bbb']