[ Objè ] repetitif

var r := Objè nouvo.
r sou: ['∞'] fè: { :x
Stdout ekri: x, kanpe.
(x < 3) vre: { self repetitif ∞ (x + 1). }.
}.
r ∞ 1.
1
2
3