macro_rules! console_log { ($($t:tt)*) => { ... }; }
A macro that can be used to write output to the browser