term.write
From ComputerCraft Wiki
Revision as of 03:10, 19 August 2012 by 71.203.82.82 (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