Macro strings

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