Thread: for loops
View Single Post
  #6  
Old 10-22-2001, 12:12 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Quote:
Originally posted by dragoonvenganc
No If i must i will open my computer programming book

I dont care what graal says.

For loops incrment till the number value is unture.

While loops do {} while () that is true..

for has to be a number..

U use For if u know how many times u want to loop and for numbers

While does stuff till it changes

I know u were giveing an example
ok I already know this...

but I was first giving an example of different ways of doing the loop...

and second graal converts for loops into while loops when it runs the coding...

that is all I said...

i know while loops can have other things then numbers and for loops only can have numbers...

but I was saying that graal converts for loops into while loops when you run it... (well at lest in the debug screen)
__________________
Thanks,
-KJL
Reply With Quote