🎉
This commit is contained in:
6
tests/precedence.plthy
Normal file
6
tests/precedence.plthy
Normal 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|
|
Reference in New Issue
Block a user