macro_rules! altflag { (L) => { ... }; (R) => { ... }; (G) => { ... }; (P) => { ... }; ($f:expr) => { ... }; }