[][src]Macro glsp::prn

macro_rules! prn {
    ($($arg:tt)*) => { ... };
}

Prints to the active Runtime's current pr_writer, with a trailing '\n'.

The input syntax is identical to println!.

The pr_writer defaults to Stdout.