Guest User

Untitled

a guest
Sep 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. switch ($a)
  2. case 1:
  3. #this runs if case 1 is true
  4. case 2:
  5. case 3:
  6. #this runs if case 1, 2 or 3 are true
  7. break;
  8. case 4:
  9. #this runs if case 4 is true
Add Comment
Please, Sign In to add comment