Macro confirm

Source
macro_rules! confirm {
    ($question:expr) => { ... };
    ($question:expr, $default:expr) => { ... };
}