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: