Files
plthy/tests/19_until.plthy
2024-02-22 10:37:18 +01:00

7 lines
111 B
Plaintext

hello|
set 0 -> x|
do [
do print<variable x;>|
set variable x+1 -> x|
] until variable x = 10|
goodbye|