Skip to main content

prints

Function prints 

pub fn prints(varargs: &[Variant])
Expand description

Prints one or more arguments to the console with a space between each argument.

prints("A", "B", "C") # Prints "A B C"