echo

Macro echo 

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

Print space-separated values with newline