for statements.
#8

count with loop? just a remind, this is a loop. it interact each second thousands of times.
pawn Код:
contloop(start,end)
{
   for(; start < end; ++start)
   {
      printf(#%d,start);
   }
}
// usage
 contloop(5,10);
Reply


Messages In This Thread
for statements. - by TaLhA XIV - 06.09.2012, 08:04
Re: for statements. - by Cameltoe - 06.09.2012, 08:05
Re: for statements. - by TaLhA XIV - 06.09.2012, 08:18
Re: for statements. - by Cameltoe - 06.09.2012, 08:21
Re: for statements. - by TaLhA XIV - 06.09.2012, 08:32
Re: for statements. - by leonardo1434 - 06.09.2012, 09:00
Re: for statements. - by TaLhA XIV - 06.09.2012, 09:03
Re: for statements. - by leonardo1434 - 06.09.2012, 09:14

Forum Jump:


Users browsing this thread: 1 Guest(s)