Files
plthy/tests/05_maybe.plthy
2024-02-21 14:01:22 +01:00

5 lines
81 B
Plaintext

hello|
set 1 -> x|
maybe set variable x + 1 -> x|
do print<variable x;>|
goodbye|