Difference between revisions of "Term.clear"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
|||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:40, 28 November 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() |