stdout

Standard output stream.

__gshared
File stdout;

Examples

import io;
stdout.write("Hello world!\n");
stdout.flush();

Meta