This commit is contained in:
2024-02-19 08:29:15 +01:00
commit de0377397f
16 changed files with 557 additions and 0 deletions

5
tests/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|