test writing/reading numbers. f = assert(io.open(file, "w")). f:write(maxint, '\n'). f:write(string.format("0X%x\n", maxint)). f:write("0xABCp-3", '\n').
確定! 回上一頁