Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1089
syntax.java
Active
Public
Actions
Authored by
dreiss
on Mar 13 2014, 12:23 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F127806: syntax.java
Mar 13 2014, 12:23 PM
2014-03-13 12:23:57 (UTC+0)
Subscribers
None
List
<
String
>
strings
=
getStrings
();
fail:
for
(
String
aString:
strings
)
{
if
(
aString
.
equals
(
"fail"
)
break
fail
;
System
.
out
.
println
(
aString
);
}
Event Timeline
dreiss
edited the content of this paste.
(Show Details)
Mar 13 2014, 12:23 PM
2014-03-13 12:23:57 (UTC+0)
dreiss
changed the title of this paste from untitled to
syntax.java
.
dreiss
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment