Standard output stream.
import io; stdout.write("Hello world!\n"); stdout.flush();
See Implementation
Standard output stream.