<< keyboard Interpreter functions numeric types >>

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 argument


new_val

a integer value: new value

Output argument


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.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< keyboard Interpreter functions numeric types >>