Difference between revisions of "Term.write"
From ComputerCraft Wiki
Apemanzilla (Talk | contribs) m |
Apemanzilla (Talk | contribs) m (Correction) |
||
Line 3: | Line 3: | ||
|name=term.write | |name=term.write | ||
|args= {{Type|string}} text | |args= {{Type|string}} text | ||
− | |||
|api=term | |api=term | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 18:40, 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 | nil |
Part of | ComputerCraft |
API | term |