And when this is fixed, it would also be nice if `break` statements aren't required. They're silly. I would like something like: ``` switch foo { case :bar: aha() case :batz: doSomething() fallthrough default bar() } ``` Just an idea.
And when this is fixed, it would also be nice if
breakstatements aren't required. They're silly. I would like something like:Just an idea.