On Saturday, 3 September 2016 at 16:03:39 UTC, Jonathan M Davis wrote:
So, instead of having the return statement which everyone knows to look for and is easy to grep for, you want to add a way to return _without_ a return statement?

I think you've misunderstood. Even with DoExpressions, the only way to return from a function without a return statement is in a lambda '=>' function.

Reply via email to