Function println

Source
pub fn println(s: &str)
Expand description

Print a string to the game chat, with a newline. Only ASCII printable characters will be printed; any other characters will appear as a � symbol.

If formatting is required, consider using println!.