[ Objekt ] recursive

☞ r ≔ Objekt ny.
r på: ‘∞’ göra: { :x
✎ skriva: x, stop.
(x < 3) sann: { ⛏ recursive ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3