question

Macro question 

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