mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-19 17:31:29 +00:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
label1 : {
|
|
label2 : {
|
|
break label2;
|
|
console.log(2);
|
|
}
|
|
console.log(1);
|
|
} |