make index operator just read 1 byte

This commit is contained in:
2025-11-13 20:17:12 +01:00
parent c1bd84464c
commit 852c463532
9 changed files with 59 additions and 56 deletions

View File

@@ -29,6 +29,6 @@ func main[] : I64
let files: Array = os.listdir("examples/")
for i in 0..array.size(files)
run_test(files[i])
run_test(array.nth(files, i))
array.free(files)