This commit is contained in:
2024-04-12 16:17:58 +02:00
parent 4d4209656d
commit ad9435b12d
7 changed files with 51 additions and 10 deletions
+1
View File
@@ -1 +1,2 @@
5
5
+2
View File
@@ -1,6 +1,8 @@
hello|
set 1 -> x|
[
set 5 -> x|
do print<variable x;>|
]|
do print<variable x;>|
goodbye|
+1
View File
@@ -0,0 +1 @@
1
+5
View File
@@ -0,0 +1,5 @@
hello|
set 1 -> x|
define f<0> as set 2 -> x|
do print<variable x;>|
goodbye|