macro_rules! information {
    ($($arg:tt)+) => { ... };
}