klyn.io.ConsoleTextWriter.write
method
public override write(readonly value as String) as Void throws IOException:
Description

Writes and immediately flushes text to the selected process stream.

Parameters
ParameterDescription
valueText to write. A null value is ignored.
Throws
  • IOException if the operating system stream cannot be written or flushed.
Example

Application.out.write("ready")