This commit is contained in:
2023-03-13 19:27:16 +00:00
parent 7220d12fb6
commit 0a85087bb9
15 changed files with 335 additions and 132 deletions

12
test.ar
View File

@@ -1,8 +1,4 @@
a = array()
i = 0
forever do
a = append(a, i)
i = i + 1
if (i % 1000000 == 0) do
term.log(i)
test = 10
poo = do
term.log("ran")
return "lol"