macro_rules! console_log { () => { ... }; ($arg:expr) => { ... }; ($arg1:expr,$arg2:expr) => { ... }; }