[ Object ] copy

☞ x ≔ 1.
☞ y ≔ x.
☞ z ≔ x copy.
x add: 1.
✎ write: x, stop.
✎ write: y, stop.
✎ write: z, stop.
2
2
1