mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 19:57:51 +08:00
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
loop@
|
|
break@loop
|
|
return@forEach
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["label", "loop@"],
|
|
["keyword", "break"], ["label", "@loop"],
|
|
["keyword", "return"], ["label", "@forEach"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for labels. |