Hi all,
I have been thinking about support some syntax like `def x = if (...)
{ ... } else if (...) { ... } else { ... }`, which will be translated to
`def x = { if (...) { ... } else if (...) { ... } else { ... } }()`
Any thoughts?
Cheers,
Daniel.Sun
--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
