Difference between revisions of "Term.write"
From ComputerCraft Wiki
Bomb Bloke (Talk | contribs) m (Does not apply word-wrap.) |
Apemanzilla (Talk | contribs) m |
||
Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=term.write | |name=term.write | ||
− | |args= | + | |args= {{Type|string}} text |
|returns=Text written on the screen | |returns=Text written on the screen | ||
|api=term | |api=term |
Revision as of 18:39, 4 June 2014
Function term.write | |
Writes to the screen without automatically going down a line. Does not apply word-wrap, unlike write() or print(). | |
Syntax | term.write(string text) |
Returns | Text written on the screen |
Part of | ComputerCraft |
API | term |