On 4 July 2012 16:15, Mark Proctor <mproctor@codehaus.org> wrote:


Btw I'm not sure what you mean by "alternatives" here, I suspect that
will confuse others too:
The 'case' phrases are not alternatives, but 'break' is available to
terminate the switch CE after a match


I was trying to say that 'switch' doesn't select at most one of its 'case' phrases
unless you use 'break'. Matching more than one 'case' is possible, resulting
in multiple activations, similar to 'or'.

I'll clarify.

-W