io.lines and file:lines do not honor additional params #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
io.lines and file:lines work as described in Lua 5.1, not as Lua 5.2. So you can not pass additional params to it.
https://www.lua.org/manual/5.1/manual.html#pdf-file:lines
https://www.lua.org/manual/5.2/manual.html#pdf-file:lines