term.write
From ComputerCraft Wiki
Revision as of 18:34, 18 September 2012 by 98.164.217.135 (Talk) (Undo revision 2961 by 119.224.15.118 (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