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