macro_rules! figure { ($i:literal, $c:literal) => { ... }; ($i:expr, $c:expr) => { ... }; ($i:expr) => { ... }; }