Please use this page to document all the ideas and wishes you'd like to see in Groovy.
----* Support standard for statement. (Note: supported by the JSR grammar.)
e.g. for (int i = 0; i < 5; ++i) {...
I don't know whether the standard for statement is still not implemented till beta-10, or Groovy will not support it in 1.0 release.
Labels