Find limit of recursion: Difference between revisions

Content added Content deleted
(add language: Retro)
Line 565: Line 565:
}
}
recurse(0)</lang>
recurse(0)</lang>

=={{header|Retro}}==
When run, this will display the address stack depth until it reaches the max depth. Once the address stack is full, Retro will crash.

<lang Retro>: try -6 5 out wait 5 in putn cr try ;</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==