Difference between revisions of "Printer.write"
From ComputerCraft Wiki
m (-> printer api) |
m (Category -> API Functions) |
||
Line 16: | Line 16: | ||
}} | }} | ||
− | [[Category: | + | [[Category:API_Functions]] |
Revision as of 10:05, 30 November 2012
Function printer.write | |
Writes onto the paper | |
Syntax | printer.write(string text) |
Returns | empty string (bug?) |
Part of | ComputerCraft |
API | printer |