make maps oop

This commit is contained in:
2023-04-08 15:34:15 +02:00
parent 90b506d22f
commit 2d3c7c42ce
31 changed files with 708 additions and 275 deletions

View File

@@ -1,8 +1,7 @@
f() = do
a = []
for (i from 0 to 10000000) a.append(i)
for (i from 0 to 10000) a.append(i)
term.log("start")
f()
term.log("end")
time.snooze(100000000)
term.log("end")