[ Serie ] sort: [ Block ]

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