Re: Feedback on ForStatement
Jochen Theodorou <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09.02.26 16:13, Milles, Eric (TR Technology) via dev wrote: >> How does this all work if more than one variable is defined? > > "for (int i = 0, n = 10; i < n; i += 1)" still falls under > getCollectionExpression() returns a ClosureListExpression and what is the index variable then? This all feels a bit incomplete bye Jochen