lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Nov 10, 2011 at 6:31 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>  return load(io.lines(filename, 2^12), filename, 't', env)

If fread fails, does the handle deterministically close?