Thread: command?
View Single Post
  #9  
Old 01-06-2004, 06:37 AM
wonderboysp2p wonderboysp2p is offline
Registered User
wonderboysp2p's Avatar
Join Date: Sep 2002
Location: -Wonderboy
Posts: 537
wonderboysp2p is on a distinguished road
Send a message via AIM to wonderboysp2p
Quote:
Originally posted by GoZelda
i=0;
while (i<5){
i++
}

Is the same as
for (i=0;i<5;i++){
}

so true ^_^ first time that a saw the debugger changes for loops into whiles i was like "omg wtf??? GRAAL CHANGERD MY SCRIPT!!!!!" but then i looked at it and said.. "oh.. its the same damn thing"
__________________

we are the llama FORUms!!!EWQ Ce13d5423f23!! 2e1 @$6tgv3uy65!
Reply With Quote