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