You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Allowing recursion does not allow stack size control.
Check the possibility of prohibiting recursion of methods and functions and evaluate the appropriateness of such a restriction.
7B. Recursion. It shall be possible to call functions and procedures recursively.
Allowing recursion does not allow stack size control.
Check the possibility of prohibiting recursion of methods and functions and evaluate the appropriateness of such a restriction.
7B. Recursion. It shall be possible to call functions and procedures recursively.