Difference between revisions of "Term.clearLine"

From ComputerCraft Wiki
Jump to: navigation, search
(Undo revision 1934 by 91.121.27.33 (talk))
(No difference)

Revision as of 20:43, 7 July 2012


Grid Redstone.png  Function term.clearLine
Clears the line that the cursor is currently on.
Syntax term.clearLine(none)
Returns none
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Clears the line that the cursor is currently on.
Code
term.clearLine()