This commit is contained in:
2024-02-19 11:21:07 +01:00
parent de0377397f
commit e8dfb94860
34 changed files with 295 additions and 38 deletions

5
tests/06_if.plthy Normal file
View File

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