Files
plthy/tests/06_if.plthy
2024-02-21 14:01:22 +01:00

5 lines
95 B
Plaintext

hello|
set 2 -> x|
do print<'a';> if variable x = 1|
do print<'b';> if variable x = 2|
goodbye|