Two convenience macros for writing to stderr.
stderr
err!("Error ") let error_code = 5; errln!("CODE: {}", 5);