return-from-lambda viewed as dangerous, good alternatives
Roel Spilker
r.spilker at gmail.com
Thu Jan 7 08:29:02 PST 2010
Alternatively, you can also use existing keywords without any ambiguity:
long return x; // returns from the enclosing method
short return y; // returns from the lambda
Roel
More information about the lambda-dev
mailing list