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
Groovy supports the usual while
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.