term.clear

From ComputerCraft Wiki
Revision as of 05:31, 6 May 2012 by Zalerinian (Talk | contribs) (Added Page for Term.clear)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function term.clear
Clears the screen
Syntax term.clear(none)
Returns none
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Clears any text on the console or monitor.
Code
term.clear()