[ Llista ] ordenar: [ Block ]

☞ x ≔ Llista ← 2 ; 1 ; 3.
x ordenar: { :a :b ↲ a < b.}.
✎ escriu: x, atura.
Llista ← 3 ; 2 ; 1