Macro oms

Source
macro_rules! oms {
    (ftml:$i:ident) => { ... };
    (=ftml:$i:ident) => { ... };
    ($s:expr) => { ... };
}