Once the end of the stream is reached, readline returns an empty string. stream = IOBuffer("1\n2\n3\n4\n\n6") while !eof(stream) line = ...
確定! 回上一頁