Thread: For?
View Single Post
  #1  
Old 07-19-2007, 12:18 AM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
For?

Could someone explain 'for' to me I dont get it, I have looked at scripts the only part i get is the temp.i=0.

The wiki and the GS2 commands.rtf didn't help me understand it at all
for (init-op; flag; incr-op) operation; executes <init-op>, then while flag is true <operation;incr-op>
Reply With Quote