make arrays an object

This commit is contained in:
2023-03-15 21:02:00 +00:00
parent b53f2b4a0a
commit 814209c392
24 changed files with 545 additions and 325 deletions

View File

@@ -1,8 +1,5 @@
i = 0
output = []
x = map()
x.poo = 10
while (i < 1000) do
output = append(output, i)
i = i + 1
file.write('output.json').json(output)
y = [x,x,x]
term.log(y)