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.
