Difference between revisions of "Printer.write"
From ComputerCraft Wiki
m (Moved to CAT:LuaCoreFunctions) |
|||
Line 15: | Line 15: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:Lua_Core_Functions]] |
Revision as of 18:50, 28 November 2012
Function printer.write | |
Writes onto the paper | |
Syntax | printer.write(string text) |
Returns | empty string (bug?) |
Part of | ComputerCraft |
API | none |