Macro exit

Source
macro_rules! exit {
    () => { ... };
    (>if ($($any:tt)*) $($ret:tt)*) => { ... };
    (if $($any:tt)*) => { ... };
    (>($($any:tt)*) $($ret:tt)*) => { ... };
    ($($any:tt)*) => { ... };
}