More tests
This commit is contained in:
2
testdata/arrays.monkey
vendored
Normal file
2
testdata/arrays.monkey
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
let xs = [1, 2, 3]
|
||||
xs[0] + xs[1] + xs[2]
|
||||
Reference in New Issue
Block a user