Closed delasy closed 1 year ago
Example:
files := ["a.txt", "b.txt", "c.txt"] loop i := 0; i < files.len; i++ { print(files[i] as str) }
Example: