Files
plthy/tests/05_maybe.plthy
2024-02-19 11:21:07 +01:00

5 lines
75 B
Plaintext

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