<br><br><div class="gmail_quote">On 4 July 2012 16:15, Mark Proctor <span dir="ltr">&lt;<a href="mailto:mproctor@codehaus.org" target="_blank">mproctor@codehaus.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Btw I&#39;m not sure what you mean by &quot;alternatives&quot; here, I suspect that<br>
will confuse others too:<br>
The &#39;case&#39; phrases are not alternatives, but &#39;break&#39; is available to<br>
terminate the switch CE after a match<br><br></blockquote><div><br>I was trying to say that &#39;switch&#39; doesn&#39;t select at most one of its &#39;case&#39; phrases<br>unless you use &#39;break&#39;. Matching more than one &#39;case&#39; is possible, resulting<br>
in multiple activations, similar to &#39;or&#39;.<br><br>I&#39;ll clarify.<br><br>-W<br></div></div>