Find limit of recursion: Difference between revisions

Content added Content deleted
m (adding maxima)
m (→‎{{header|REXX}}: added comments to the header section. -- ~~~~)
Line 1,125:
 
=={{header|REXX}}==
On (IBM's) VM/CMS, the limit of recursion was built-into CMS to stop run-away REXX programs, it was either 200 or 250 as I recall.
<br>I believe that later this was changed to allow the user to specify the limit. My memory is really fuzzy about these details.
<lang rexx>/*REXX program test limits of recursion.*/
n=0