> The solution is that the include files should not use generic names for
> function variable names. A good solution would be to use all lower case
> variable names with a prefix, i.e. "math__a" (note the *two* underscore
> chars, this makes sure this will never be a keyword) instead of "A" in
> math.inc . This would work because the documentation already suggests to
> the user to never use all lower case names.
Sounds like a good idea. Thanks for your explanations!
Florian
Post a reply to this message
|