[ Lijst ] bij: [ Object ]

☞ x ≔ Lijst nieuw.
x zet: “a” bij: “b”.
x zet: “xxx” bij: “yyy”.
✎ schrijf: (x bij: “b”), stop.
✎ schrijf: (x yyy), stop.
✎ schrijf: (x ? “b”), stop.
a
xxx
a