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