[ List ] values

☞ x ≔ List new.
x aaa: ‘bbb’, ccc: ‘ddd’.
✎ write: x values, stop.
Sequence ← ‘ddd’ ; ‘bbb’