This commit is contained in:
2024-02-22 10:37:18 +01:00
parent cee71787f4
commit f394a9cde2
6 changed files with 60 additions and 39 deletions

10
tests/19_until.expected Normal file
View File

@ -0,0 +1,10 @@
0
1
2
3
4
5
6
7
8
9

7
tests/19_until.plthy Normal file
View File

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