This commit is contained in:
2024-02-19 11:21:07 +01:00
parent de0377397f
commit e8dfb94860
34 changed files with 295 additions and 38 deletions

6
tests/12_list.plthy Normal file
View File

@ -0,0 +1,6 @@
hello|
${1;2;3;} -> x|
do print<variable x;>|
${1;1+1;do print<3;>;} -> y|
do print<variable y{5 - 4};>|
goodbye|