2018-05-19 00:03:05 -04:00

8 lines
92 B
JavaScript
Executable File

switch(foo) {
// foo
case 1:
// falls through
case 2:
doIt();
}