stream.readLine: Difference between revisions

no edit summary
m (Mex moved page Stream.readLine to stream.readLine)
 
No edit summary
 
Line 7: Line 7:
|returnTypes = string
|returnTypes = string
|usage = read a line of text from a stream. EOL character(s) are not included in the returned data
|usage = read a line of text from a stream. EOL character(s) are not included in the returned data
|returnInfo = a string containing the line of text read from the stream, without EOL characters at the end
|returnInfo = a string containing the line of text read from the stream, without EOL character(s) at the end
|returnFail1 = null n/a
|returnFail1 = null n/a
}}
}}
6,833

edits