82 Prob.
[Prev][Next][Index][Thread]
82 Prob.
Hi all,
I am having some trouble eliminating some goto's in a
program that I've been editing.  The prog. is supposed to
factor a number that you give.  Here's the problem:
....
If T>10
Then
35+Y /sto/ Y : 0 /sto/ T : 0 /sto/ X
goto 0
Else
goto 0
lbl 0
.....
Now I know that goto's are VERY BAD because they fill up the
calcs memory quickly, but I can't find a way to get around
this one.  Any help would be appreciated.  Thanx!
-David
Follow-Ups:
- Re: 82 Prob.
 
- From: Mislav Bilobrk <mb35507@PINUS.CC.FER.HR> 
 
- Re: 82 Prob.
 
- From: "Thomas J. Hruska" <thruska@TIR.COM> 
 
- Re: 82 Prob.
 
- From: Reinier Zwitserloot <R.Zwitserloot@BTINTERNET.COM>