PureBytes Links
Trading Reference Links
|
Greetings Romi,
JB> : k=x+y;
JB> : k=k+z;
JB> :
JB> : the above are two lines from an ELA. does it mean that first compute k as
JB> : x+y and then compute k again whatever x+y equals to, plus z?
JB> :
JB> : Thanks
JB> : Romi
JB> :
That's how I would interpret it. This would probably sum up the two
lines of code: k = x + y + z.
--
Wishing You Happiness,
Tai Nguyen mailto:listmanager@xxxxxxxxxxxx
|