new Terminal()
- Source:
Methods
-
println(p_text)
-
Prints a line into the terminal.
Parameters:
Name Type Description p_textSTRING The strings to be printed. - Source:
-
println(arguments)
-
Prints a line into the terminal.
Parameters:
Name Type Description argumentsString[] The strings to be printed. - Source: