[ Serie ] sortieren: [ Block ]

☞ x ≔ Serie ← 2 ; 1 ; 3.
x sortieren: { :a :b ↲ a < b.}.
✎ schreiben: x, halt.
Serie ← 3 ; 2 ; 1