[ List ] sort: [ Block ]

var x := List ← 2 ; 1 ; 3.
x sort: { :a :b <- a < b.}.
Stdout manoratra: x, mijanòna.
List ← 3 ; 2 ; 1