text

Macro text 

Source
macro_rules! text {
    ($t:expr) => { ... };
    ($format:tt, $($tail:expr),*) => { ... };
}