How to make commented code to compile?

Adam D. Ruppe destructionator at gmail.com
Mon Oct 9 14:54:33 UTC 2017


On Monday, 9 October 2017 at 14:34:48 UTC, Zhuo Nengwen wrote:
>     //test(cast(ushort) 1, (m, c) => { writeln(m); });

That's a function that returns a function.

Perhaps you meant to just remove the => and be left with a 
multi-line function.


More information about the Digitalmars-d-learn mailing list