cprint!() { /* proc-macro */ }
The same as print!(), but parses color tags.
print!()
cprint!("A <g>green</> word, {}", "placeholders are allowed");