Macro ask_location

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