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

Re: Need help understanding this



PureBytes Links

Trading Reference Links

yes,

I personally wouldn't use this approach unless it was embedded in some loops
or an If then, else statement. But that's me. I want to be sure that the two
summations occur separately.



Jim Bronke
Phoenix, AZ



----- Original Message -----
From: "Romi Ghose" <r.ghose@xxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Thursday, April 25, 2002 8:25 PM
Subject: Need help understanding this


: 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
: