[ Llista ] ordenar: [ Block ]

var x := Llista ← 2 ; 1 ; 3.
x ordenar: { :a :b <- a < b.}.
Stdout escriu: x, atura.
Llista ← 3 ; 2 ; 1