term.write
From ComputerCraft Wiki
Revision as of 04:50, 21 September 2012 by Thesbros (Talk | contribs) (Undo revision 3074 by 201.47.253.83 (talk))
Function term.write | |
Writes to the screen | |
Syntax | term.write(string text) |
Returns | Text written on the screen |
Part of | ComputerCraft |
API | term |
Examples