readLine
Reads a line of input from the standard input stream.
Since Kotlin
1.0Return
the line read or null
if the input stream is redirected to a file and the end of file has been reached.
Reads a line of input from the standard input stream.
the line read or null
if the input stream is redirected to a file and the end of file has been reached.
Thanks for your feedback!