✨
This commit is contained in:
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