Jason House wrote:
> Am I the only one that has trouble remembering how to write an inline
> anonymous delegate when calling a function? At a minimum, both Scala
> and C# use (args) => { body; } syntax. Can we please sneak it into
> D2?
We have (args) { body; }
Andrei