setrecursionlimit

setrecursionlimit n -- sets the recursion limit to n.

It returns the old value. The recursion limit governs the nesting level permissible for calls to functions.

Go to main index.

Go to concepts index.