new Terminal()
- Source:
Methods
-
down()
-
Moves content of the terminal one line down (if possible).
- Source:
-
println(arguments)
-
Prints a line into the terminal.
Parameters:
Name Type Description argumentsString[] The strings to be printed. - Source:
-
up()
-
Moves content of the terminal one line up (if possible).
- Source: