6,834
edits
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 | |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 | ||
}} | }} |
edits