Macro std::io::print

macro print($fmt_str, $arg/* ... */) { ... }

Prints a formatted string to standard output.

Example