Find limit of recursion: Difference between revisions

add language: Retro
(add language: Retro)
Line 565:
}
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}}==
Anonymous user