Re: org.ibex.js switch() statement

Adam Megacz <[email protected]> Fri, 09 Apr 2004 21:14:25 -0700
Newsgroups gmane.comp.java.xwt.core
Organization XWT
Message-ID <[email protected]>
David Crawshaw <[email protected]> writes:
> Should the switch() statement fall through to the next case (like
> Java)?

No.  But this fact should be documented in the reference.  This was
deliberate.

  - a