term.clear
From ComputerCraft Wiki
Function term.clear | |
Clears the screen | |
Syntax | term.clear(none) |
Returns | none |
Part of | ComputerCraft |
API | term |
Examples
Example | |
Clears any text on the console or monitor. | |
Code |
term.clear() |