Macro ice

Source
macro_rules! ice {
    ($label:ident => $expr:expr) => { ... };
    ($expr:expr) => { ... };
}