mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
223bb04090
The loop does not end on end of file, but when the iterator function fails to read a value. (In particular, the format "a" never fails, so a loop with 'io.lines(fname, "a")' never ends.)