term.write
From ComputerCraft Wiki
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 |