[ Object ] code.

☞ x ≔ Map new.
x abc: 123.
☞ y ≔ List ← x.
✎ write: y code, stop.
(List ← ((Map new) put:123 at:‘abc’))