deranged

Macro article

Source
macro_rules! article {
    (true) => { ... };
    (false) => { ... };
}
Expand description

"A" if true, "An" if false.