This repository has been archived on 2025-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
kurz/tests/while.qbl
2023-02-06 15:00:37 +01:00

26 lines
237 B
Plaintext

//valid,10987654321falsefalse
//:END:
import "../std.qbl"
true while
{
false
}
10 0 dup > req
// true 10
while
{
// i
dup intToStr req print
1 - 0 dup > req
}
deq
true true true while
{
false
}
boolToStr boolToStr print println