klyn.io.ConsoleTextReader.readLines
method
public readLines() as ArrayList<String> throws IOException:
Description

Reads all remaining standard-input lines.

Returns

Ordered lines with their line terminators preserved.

Throws
  • IOException if standard input cannot be read.
Example

lines = Application.in.readLines()