✨
This commit is contained in:
10
tests/19_until.expected
Normal file
10
tests/19_until.expected
Normal file
@ -0,0 +1,10 @@
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
7
tests/19_until.plthy
Normal file
7
tests/19_until.plthy
Normal file
@ -0,0 +1,7 @@
|
||||
hello|
|
||||
set 0 -> x|
|
||||
do [
|
||||
do print<variable x;>|
|
||||
set variable x+1 -> x|
|
||||
] until variable x = 10|
|
||||
goodbye|
|
Reference in New Issue
Block a user