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