macro_rules! article { (true) => { ... }; (false) => { ... }; }
"A" if true, "An" if false.
"A"
true
"An"
false