voddan
10/23/2015, 8:48 AMreturn
exits from the nearest enclosing `fun`"
Unfortunately this is not correct for 'extended lambdas' : val f = fun(){ return }
Was it intentional? Before I spotted that I was sure that such a syntax requires return
for the resulting value