[ List ] position: [ Number ]

☞ x ≔ List ← ‘A’ ; ‘B’ ; ‘C’.
☞ y ≔ x position: 1.
☞ z ≔ x ? 2.
✎ write: y, stop.
✎ write: z, stop.
A
B