... io.lines(file) while f() do end; assert(not pcall(f)) -- read lines after EOF ... assert(io.type(f) == "file") io.output(file) assert(io.output():read() ...
確定! 回上一頁