Macro rp6::println

source ·
macro_rules! println {
    ($($writable: expr $(=> $format: tt)?),* $(,)?) => { ... };
}
Expand description

Convenience macro that allows to use the print! macro and append a newline character.