Difference between revisions of "Term.write"
From ComputerCraft Wiki
(Undo revision 3074 by 201.47.253.83 (talk)) |
m (Moved to CAT:APIFunctions) |
||
Line 15: | Line 15: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:41, 28 November 2012
Function term.write | |
Writes to the screen | |
Syntax | term.write(string text) |
Returns | Text written on the screen |
Part of | ComputerCraft |
API | term |