Skip to main content

or

Macro or 

Source
macro_rules! or {
    ($($items:expr),*) => { ... };
}