nuts_tool

Macro say

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