mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix operation translation taking ages
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
f() = do
|
||||
a = []
|
||||
for (i from 0 to 100000) a.append(i)
|
||||
let a = []
|
||||
for (i from 0 to 10000000) a.append(i)
|
||||
|
||||
term.log("start")
|
||||
f()
|
||||
term.log("end")
|
||||
term.log("end")
|
||||
input()
|
||||
Reference in New Issue
Block a user