reorganized build-ins and implement a circular queue as an example

This commit is contained in:
cozis
2022-08-18 19:01:26 +02:00
parent b5b3a3e315
commit 782985e8b7
36 changed files with 486 additions and 259 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ add10 = makeAdder(10);
add20 = makeAdder(20);
assert(add10(1) == 11);
assert(add20(1) == 21);
assert(add20(1) == 21);