Page MenuHomePhabricator
Paste P1089

syntax.java
ActivePublic

Authored by dreiss on Mar 13 2014, 12:23 PM.
Tags
None
Referenced Files
F127806: syntax.java
Mar 13 2014, 12:23 PM
Subscribers
None
List<String> strings = getStrings();
fail:
for (String aString: strings) {
if (aString.equals("fail") break fail;
System.out.println(aString);
}

Event Timeline

dreiss changed the title of this paste from untitled to syntax.java.
dreiss updated the paste's language from autodetect to autodetect.