local (f = frontier.pathstring + "test file", i) local (s = string.filledstring ("abcdefghijklmnopqrstuvwxyz\r\n", 100)) for i = 1 to 100 toys.writeWholeFile (f, s) file.delete (f)
local (f = frontier.pathstring + "test file", i)
local (s = string.filledstring ("abcdefghijklmnopqrstuvwxyz\r\n", 100))
for i = 1 to 100
toys.writeWholeFile (f, s)
file.delete (f)