in reply to
Re: RE: RE: while loops
in thread
while loops
Just a tip You can change the line $num = $num + 10 to $num += 10 It will do the same thing (increment $num by 10)
Comment on
Re: Re: RE: RE: while loops
In Section
Tutorials