Macro t_cond

Source
macro_rules! t_cond {
    ($bool:expr, $prompt:expr) => { ... };
}