Citrine/EN | Manual

[ List ] first

☞ x ≔ List ← 1 ; 2 ; 3 ; 4.
☞ y ≔ x first.
✎ write: x, stop.
✎ write: y, stop.
List ← 1 ; 2 ; 3 ; 4
1