6 lines
77 B
Text
6 lines
77 B
Text
|
let main =
|
||
|
while (True) {
|
||
|
while (!x >? 0) {
|
||
|
x := !x - 1
|
||
|
}
|
||
|
}
|