integral

Macro integral 

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