klyn.io.ConsoleTextWriter.close
method
public override close() as Void:
Description

Leaves the process-owned stream open.

Standard streams belong to the process and must remain usable after a caller closes a writer reference.

Example

Application.out.close() Application.out.write("still available")