kurz/tests/array_tests.qbl

27 lines
260 B
Plaintext
Raw Permalink Normal View History

2022-12-22 00:48:02 +01:00
//valid,0000
//0100
//2100
//2103
//:END:
arr test { int 4 }
function => dump
{
true 0
while
{
2022-12-31 16:09:55 +01:00
// i
dup test.read req intToStr req print
2022-12-22 00:48:02 +01:00
1 + test.length dup < req
}
deq "" println
}
dump
1 1 test.write
dump
0 2 test.write
dump
3 3 test.write
dump