[ Serie ] sortieren: [ Block ]

var x := Serie ← 2 ; 1 ; 3.
x sortieren: { :a :b <- a < b.}.
Stdout schreiben: x, halt.
Serie ← 3 ; 2 ; 1