On Jun 21, 10 17:52, bearophile wrote:
Andrei:
The intent is to only require a control flow transfer if there is at least one
statement after the label.<
The current switch syntax is already very hairy (even lot of people on this
newsgroup are ignorant about some parts of it!) and it contains one or more
special cases. So I suggest to avoid adding one more special case. Special
cases are bad.
Bye,
bearophile
That is just C#'s switch syntax. And I don't see how the current switch
syntax is "hairy".