Help


from Wikipedia
« »  
A subroutine that is directly or indirectly recursive should be reentrant.
This policy is partially enforced by structured programming languages.
However a subroutine can fail to be reentrant if it relies on a global variable to remain unchanged but that variable is modified when the subroutine is recursively invoked.

1.953 seconds.