Find limit of recursion: Difference between revisions

m
→‎recursive procedure: added some wording to the REXX section header.
m (→‎recursive procedure: added BREXX and some other Regina REXX versions.)
m (→‎recursive procedure: added some wording to the REXX section header.)
Line 2,243:
<br>included EXEC[0], EXEC2, and REXX) being called recursively; &nbsp; it was either 200 or 250 as I recall.
 
This limit was maybe changed later to allow the user to specify the limit. &nbsp; My memory is really fuzzy about these details.
<br>about these details, it was over thirty years ago.
<lang rexx>/*REXX program finds the recursion limit: a subroutine that repeatably calls itself. */
parse version x; say x; say /*display which REXX is being used. */