macro_rules! or_else {
    ($value:literal, $other: literal) => { ... };
    (, $other: literal) => { ... };
}