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