macro_rules! s {
    (DEBUG $($t:tt)*) => { ... };
    ($($t:tt)*) => { ... };
}
Expand description

Scalar expression macro.