macro_rules! textchunk { ($txt:expr, $mode:literal) => { ... }; ($txt:expr) => { ... }; }
Convenient, I hope?