Difference between revisions of "Printer.write"
From ComputerCraft Wiki
Line 3: | Line 3: | ||
|name=printer.write | |name=printer.write | ||
|args=[[string (type)|string]] text | |args=[[string (type)|string]] text | ||
− | |returns=[[string (type)|string]] | + | |returns=empty [[string (type)|string]] (bug?) |
|api=none | |api=none | ||
|addon=ComputerCraft | |addon=ComputerCraft |
Revision as of 17:32, 26 September 2012
Function printer.write | |
Writes onto the paper | |
Syntax | printer.write(string text) |
Returns | empty string (bug?) |
Part of | ComputerCraft |
API | none |
Examples