Jump to content

Find limit of recursion: Difference between revisions

m
({{header|BASIC}})
Line 118:
 
=={{header|BASIC}}==
==={{header|ZX Spectrum Basic}}===
On the ZX Spectrum recursion is limited only by stack space. The program eventually fails, because the stack is so full that there is no stack space left to make the addition at line 110:
<lang zxbasic>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.