macro_rules! text { ($fmt:literal, $($arg:tt)*) => { ... }; ($content:expr) => { ... }; }
Text, with optional format! arguments.
Text
format!