Advertisement
Draxion

Example

Dec 31st, 2015
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. Breakloop:
  2.     while(true) {
  3.         for(int x: array) {
  4.             break Breakloop;
  5.         }
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement