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