Given this and the other replies on this thread, I guess I'll just leave
well enough alone for now.

On Tue, 10 Dec 2002, bob mcwhirter wrote:

>
> I think most folks tend to use 'break' with their switch/case statements,
> and probably have been bitten in the ass a lot due to a missing break.
>
> I'd vote for defaultly not falling through, but if you wanted to,
> add an explicit <fall-through/> tag that'd set a fall-through flag
> to true and execute the following <case> and reset it back to false.
>
> Else, maybe a global attr on the <switch fall-through="true"> or similar?
>
>       -bob
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to