Skip to content

Instantly share code, notes, and snippets.

@nicksergeant
Created July 28, 2013 23:42
Show Gist options
  • Save nicksergeant/6100757 to your computer and use it in GitHub Desktop.
Save nicksergeant/6100757 to your computer and use it in GitHub Desktop.
switch(n) {
case 1:
case 1 code
break;
case 2:
case 2 code
break;
default:
default code
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment