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