[ List ] count

☞ x ≔ List new.
x
put: ‘a’ at: ‘b’,
put: ‘c’ at: ‘d’.
✎ write: x count, stop.
2