public override close() as Void:
Leaves the process-owned stream open.
Standard streams belong to the process and must remain usable after a caller closes a writer reference.
Application.out.close() Application.out.write("still available")