Files
plthy/tests/precedence.plthy
2024-02-19 08:29:15 +01:00

6 lines
107 B
Plaintext

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