Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
OK, so I've done this before, always in a large switch statement where the case names are quite long (and so the missing "case" keyword isn't so obvious): switch () { case A: case B: C: case D: } The C: is seen as a label and compiled as such. Paul