max_recursion_depth
Internal limit on the number of times a function may be called recursively.
📝Syntax
current_val = max_recursion_depth()
previous_val = max_recursion_depth(new_val)
📥Input Arguments
Parameter Description
new_val a integer value: new value
📤Output Arguments
Parameter Description
current_val a integer value.
previous_val a integer value.
📄Description

max_recursion_depth specifies the recursion depth max to prevent Nelson from recursing infinitely.

🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub