[ Objeto ] recursivo

☞ r ≔ Objeto novo.
r em: “∞” fazer: { :x
✎ escrever: x, punto.
(x < 3) verdadeiro: { ⛏ recursivo ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3