<@U092N7GGG>: I was thinking about your last sayi...
# language-proposals
v
@yole: I was thinking about your last saying: " the rule is simple:
return
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