macro_rules! pprintln { ($name : tt) => { ... }; ($name : tt, $($arg : tt) *) => { ... }; }
Print a string and a trailing newline to a static pipe