mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
Roberto Ierusalimschy
223bb04090
Correction in the documentation of 'io.lines'
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.)
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%