macro_rules! T_OTHER {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}Expand description
macro for an OTHER code token
macro_rules! T_OTHER {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}macro for an OTHER code token