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

Groovy supports the usual while

Unknown macro: {...}

and do

while loops like Java.

h2 for loop

The for loop in Groovy is much simpler and works with any kind of array, collection, Map etc.

Labels
  • None