diff --git a/test/src/arrays.hi b/test/src/arrays.hi new file mode 100644 index 0000000..cb23dba --- /dev/null +++ b/test/src/arrays.hi @@ -0,0 +1,6 @@ +items: [10, "hello", !0] +_(items[0]) +_(items[1]) + +items[0] = 20 +_(items[0])