gets

fun gets(): String

It gets a line of input text from the standard input stream.

Return

the string read from the stdin

Sources

Link copied to clipboard