while true do local line = io.read() if line == nil then return end print(line) end