Skip to content

Instantly share code, notes, and snippets.

@mstaples
Last active July 21, 2018 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mstaples/8273e0c1fddd736d5661 to your computer and use it in GitHub Desktop.
Save mstaples/8273e0c1fddd736d5661 to your computer and use it in GitHub Desktop.
$actions = [];
switch($rank) {
case 3;
$actions[] = "Hit all the things";
case 2;
$actions[] = "Hit two things";
case 1:
$actions[] = "Hit a thing";
break;
}
@elazar
Copy link

elazar commented Aug 12, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment