Find limit of recursion: Difference between revisions

(→‎{{header|PARI/GP}}: limit is the C stack)
Line 1,242:
(* Since with have eaten some stack with this function, the result is slightly lower.
But now it may be used inside any function to get the available stack space *)</lang>
 
 
=={{header|Oforth}}==
 
Limit found is 173510 on Windows system. Should be more on Linux system.
 
<lang Oforth>func: limit { 1 + dup println limit }
 
0 limit</lang>
 
=={{header|ooRexx}}==
1,015

edits