separate listing of implicitly classified variables #328
Unanswered
lukasrothenberger
asked this question in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By @goerlibe
e.g. loop indices are implicitly private and are not required to be put into the private clause.
The decision wether a user wants to make this explicit, should be left to the user and not made by us.
Suggestion: create a separate list for implicitly classified variables and remove them from the private clause.
Beta Was this translation helpful? Give feedback.
All reactions