sorry for the newbie question
#2

it does exactly what it says
Код:
while (expression is true)
{
   // you can do something here
}
like for example

pawn Код:
new i = 0;
while (i < 5)
{
  printf("%d",i);
  i++;
}
Reply


Messages In This Thread
sorry for the newbie question - by Badger(new) - 06.03.2009, 07:34
Re: sorry for the newbie question - by [RP]Rav - 06.03.2009, 07:37
Re: sorry for the newbie question - by Freestyler - 06.03.2009, 08:18
Re: sorry for the newbie question - by 1337pr0 - 06.03.2009, 08:27
Re: sorry for the newbie question - by Nimphious - 06.03.2009, 08:48
Re: sorry for the newbie question - by MenaceX^ - 06.03.2009, 11:23
Re: sorry for the newbie question - by Norn - 06.03.2009, 12:43
Re: sorry for the newbie question - by Badger(new) - 06.03.2009, 15:15
Re: sorry for the newbie question - by Nimphious - 06.03.2009, 16:50
Re: sorry for the newbie question - by kc - 06.03.2009, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)