13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
====================
|
|
WhileStatement4
|
|
:error
|
|
====================
|
|
|
|
function main() {
|
|
while
|
|
true {
|
|
}
|
|
}
|
|
|
|
--------------------
|