Skip to main content

printt

Function printt 

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

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

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