WARN19-Recursive subprograms

Top  Previous  Next

 

Recursive subprograms (WARN19)

 

This is a list of all subprograms (procedures and functions) that are recursive (call themselves). Recursive subprograms are difficult to implement, and should be given extra attention.

 

Recommendation:

Check these subprograms and make sure that they cannot fall into infinite recursion.

 

 

See also:

 

Alerts