[ Obđect ] recursive

☞ r ≔ Obđect neł.
r met: ‘∞’ do: { :x
✎ łrite: x, stop.
(x < 3) da: { ⛏ recursive ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3