11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
====================
|
|
WhileStatement1
|
|
:error
|
|
====================
|
|
|
|
function main() {
|
|
while (true) {
|
|
}
|
|
|
|
--------------------
|