first draft of import builtin function

This commit is contained in:
cozis
2022-08-16 17:35:58 +02:00
parent 9935142a1e
commit 0a090c4cfa
12 changed files with 168 additions and 187 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ w = pop(stack);
assert(x == 3);
assert(y == 2);
assert(z == 1);
assert(w == none);
assert(w == none);