Files
plthy/tests/06_if.plthy
2024-02-21 15:37:38 +01:00

5 lines
101 B
Plaintext

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