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

5 lines
75 B
Plaintext

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