Macro output

Source
macro_rules! output {
    ($output:expr, $($t:tt)*) => { ... };
}