Files
monkey/testdata/arrays.monkey
Chuck Smith ca4eed10b8
Some checks failed
Build / build (push) Failing after 1m26s
Test / build (push) Failing after 11m43s
More tests
2024-03-18 19:46:54 -04:00

2 lines
40 B
Plaintext

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