Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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.
  • New function for integers to reverse bits.
Labels
  • None