term.write
From ComputerCraft Wiki
Revision as of 18:39, 4 June 2014 by Apemanzilla (Talk | contribs)
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 |