Citrine/EN | Manual

[ List ] sort: [ Block ]

☞ x ≔ List ← 2 ; 1 ; 3.
x sort: { :a :b ↲ a < b.}.
✎ write: x, stop.
List ← 3 ; 2 ; 1