Interface Output
access this type via: io.Output (provides, requires or uses)
Output text, typically to a command-line interface.
Functions
void print(char s[])
void println(char s[])
void print(char s[])
Output a text string.
void println(char s[])
Output a text string followed by a new line character.