mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 17:06:07 +00:00
make maps oop
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user