4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
|
loop(false) {
|
||
|
|
print("This should not execute")
|
||
|
|
}
|
||
|
|
print("Loop completed")
|