SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Intel Corporation (INTC) -- Ignore unavailable to you. Want to Upgrade?


To: Paul Fiondella who wrote (75693)3/7/1999 9:12:00 PM
From: Elmer  Respond to of 186894
 
Re: "10 LOOP:
IF AMD < 13 Then BUY AMD
If (AMD.Fab > ZERO_Output) AND (AMD.FAB.Yield > MARGINAL) THEN 20
Goto 10
20 IF AMD > 23 then SELL AMD
Goto 10"

I prefer:

while (Jerry) {
dump(AMD)
}

EP



To: Paul Fiondella who wrote (75693)3/8/1999 10:20:00 AM
From: Tony Viola  Respond to of 186894
 
Paul, >>>10 LOOP:
IF AMD < 13 Then BUY AMD
If (AMD.Fab > ZERO_Output) AND (AMD.FAB.Yield > MARGINAL) THEN
20
Goto 10
20 IF AMD > 23 then SELL AMD
Goto 10<<<

Sounds like Goto 10 is a branch unconditional. Is that right? If that is indeed the case, Elmer, below, has it backwards, i.e., S/B dump Jerry.

I prefer:

while (Jerry) {
dump(AMD)
}

EP