nuts_tool

Macro say

source
macro_rules! say {
    ($level:ident $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}