View Single Post
  #35  
Old 08-30-2006, 11:03 AM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 9,815
Default Re: v0.02 available (improved)

Strictly speaking,

Loop, 10
{
}

is the same as

for(a_index = 1; a_index < 11; a_index++)
{
}

[img]/images/graemlins/tongue.gif[/img]
Reply With Quote