Hi David,

      If we treat if/switch statements as real expression, we may have some
ugly code like the following, so I just plan to support declaration and
assignment.

```
   if( if (...) { ... } else if (...) { ... } else if (...) {...} else {...}
) {
      ...
   } else if ( if (...) { ... } else if (...) { ... }  ) {
      ...
   }
```

Cheers,
Daniel.Sun



--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html

Reply via email to