Control invocation syntax

Paul Benedict pbenedict at apache.org
Mon Dec 14 10:33:38 PST 2009


The syntax reads:

ControlInvocationStatement:
  foropt Primary ( FormalParameters : ExpressionListopt ) Statement
  foropt Primary ( ExpressionListopt ) Statement

But the "with" method declaration does not use the "for" keyword. Am I
misunderstanding? It is used in Loop Abstractions, which I expect.

Paul


More information about the closures-dev mailing list