tip

Macro tip 

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