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

6
tests/precedence.plthy Normal file
View File

@ -0,0 +1,6 @@
hello|
$ 1 + 2 * 3 -> x|
do print<variable x;>|
$ 5 -> y if variable x = 7|
do print<variable y;>|
goodbye|