Macro sel

Source
macro_rules! sel {
    (
        $text:expr
    ) => { ... };
}