Function Reference
— Built-in Function: val = max_recursion_depth ()
— Built-in Function: old_val = max_recursion_depth (new_val)

Query or set the internal limit on the number of times a function may be called recursively. If the limit is exceeded, an error message is printed and control returns to the top level.