Files
monkey/internal/testdata/arrays.monkey
Chuck Smith 244b71d245
Some checks failed
Build / build (push) Failing after 5m26s
Publish Image / publish (push) Failing after 45s
Test / build (push) Failing after 5m54s
refactor how repl works
2024-03-28 16:51:54 -04:00

2 lines
37 B
Plaintext

xs := [1, 2, 3]
xs[0] + xs[1] + xs[2]