term.clearLine

From ComputerCraft Wiki
Revision as of 14:26, 24 June 2012 by Wukl (Talk | contribs) (Undo revision 1794 by 37.59.80.67 (talk))

Jump to: navigation, search


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()