[ Object ] recursief

☞ r ≔ Object nieuw.
r bij: “∞” doen: { :x
✎ schrijf: x, stop.
(x < 3) ja: { ⛏ recursief ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3