macro_rules! console_log {
    ($($t:tt)*) => { ... };
}
Expand description

A macro that can be used to write output to the browser