A warning should be given when the *target* of an assignment (the left
hand side)
in a NetRexx Program *does have the same name as a visible property*
of a module in the USES clause.
example:
class abc
properties public
a=3
b=4
...
class newclass USES abc
b=a+b
*most interesting*:
Left hand side *b* is a new local variable, whilst right hand side *b*
refers to *abc.b* :-(
Hence, when possible, a *warning shall be issued*, at least ....
Just for common sense ..
Thomas.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive :
http://ibm-netrexx.215625.n3.nabble.com/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com
www.db-123.com