Guest User

Untitled

a guest
Dec 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. gameLoop: while true {
  2. //something here
  3. switch square + diceRoll {
  4. case A:
  5. // something
  6. break gameLoop
  7. case B:
  8. // somthing
  9. continue gameLoop
  10. default:
  11. //something
  12. }
  13. }
Add Comment
Please, Sign In to add comment