viva.io.console

Undocumented in source.

Members

Functions

print
void print(T values)

Prints the given values

printfln
void printfln(T values)

Prints the given values and a newline (\n) after each value

println
void println(T values)

Prints the given values and a newline (\n) after printing the values

Meta