and

Macro and 

Source
macro_rules! and {
    ( $( $e:expr ),* $(,)? ) => { ... };
}