This commit is contained in:
2024-02-19 08:29:15 +01:00
commit de0377397f
16 changed files with 557 additions and 0 deletions

5
tests/maybe.plthy Normal file
View File

@ -0,0 +1,5 @@
hello|
$1 -> x|
maybe $variable x + 1 -> x|
do print<variable x;>|
goodbye|