This commit is contained in:
2024-02-21 15:37:38 +01:00
parent 153216ce63
commit ee2817afbb
11 changed files with 40 additions and 36 deletions

View File

@ -1,5 +1,5 @@
hello|
set 2 -> x|
do print<'a';> if variable x = 1|
do print<'b';> if variable x = 2|
do do print<'a';> if variable x = 1|
do do print<'b';> if variable x = 2|
goodbye|