Find limit of recursion: Difference between revisions

m
→‎{{header|MATLAB}}: works the same in Octave
(Added Eralng)
m (→‎{{header|MATLAB}}: works the same in Octave)
Line 862:
Would set the recursion limit to one million.
 
=={{header|MATLAB}} / {{header|Octave}}==
The recursion limit can be 'get' and 'set' using the "get" and "set" keywords.
 
Anonymous user