Macro echo::echo [] [src]

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

Print space-separated values with newline