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