print

Macro print 

Source
macro_rules! print {
    ($text: literal, $($args: expr), *) => { ... };
    ($text: expr, $($args: expr), *) => { ... };
}