[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need help understanding this



PureBytes Links

Trading Reference Links

k=x+y;
k=k+z;

the above are two lines from an ELA.  does it mean that first compute k as
x+y and then compute k again whatever x+y equals to, plus z?

Thanks
Romi