array indexing, nested array literals

This commit is contained in:
2025-06-29 10:36:55 +02:00
parent 26598fe6f2
commit 574b9fd37c
6 changed files with 79 additions and 61 deletions

View File

@@ -26,4 +26,4 @@ func main[] : I64
let files: Array = OS.listdir("examples/")
for i in 0..Array.size(files)
run_test(Array.nth(files, i))
run_test(files[i])