klyn.io.ConsoleTextReader.readLine
method
public readLine() as String throws IOException:
Description

Reads one standard-input line, preserving its line terminator.

Returns

Next line, or an empty string at end-of-stream.

Throws
  • IOException if standard input cannot be read.
Example

line = Application.in.readLine()