Find limit of recursion: Difference between revisions

Content added Content deleted
Line 1,126: Line 1,126:


<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
func recurse i . .
proc recurse i . .
if i mod 100 = 0
if i mod 100 = 0
print i
print i