REDU3-Local identifiers only used at a lower scope, but in more than one subprogram |
Top Previous Next |
Local identifiers only used at a lower scope, but in more than one subprogram (REDU3)
This is a list of all local identifiers that are only used at a lower scope, in nested subprograms. You can probably declare these identifiers in the local procedures/functions where they are actually used, unless they should be shared by the nested subprograms.
Example:
See also:
|