[][src]Macro glsp::pr

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

Prints to the active Runtime's current pr_writer.

The input syntax is identical to print!.

The pr_writer defaults to Stdout.