This commit is contained in:
2024-02-21 14:01:22 +01:00
parent e8dfb94860
commit b6949f6a73
22 changed files with 88 additions and 43 deletions

View File

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