[ Objecte ] recursiu

☞ r ≔ Objecte nou.
r en: ‘∞’ fer: { :x
✎ escriu: x, atura.
(x < 3) cert: { ⛏ recursiu ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3