Drop first line by tabasa

io.read()while(1)do i=io.read() if i==nil then break end print(i)end

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page