Difference between revisions of "Term.clear"
From ComputerCraft Wiki
Zalerinian (Talk | contribs) (Added Page for Term.clear) |
m (moved Term.clear() to Term.clear) |
(No difference)
|
Revision as of 20:43, 7 July 2012
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() |