printer.endPage
From ComputerCraft Wiki
Revision as of 14:17, 26 September 2012 by Jdc1197 (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=printer.endPage |args=none |returns=(boolean) If the page termination was successful. |api=none |addon=ComputerCraft |desc=Terminate...")
Function printer.endPage | |
Terminates and prints the page loaded. | |
Syntax | printer.endPage(none) |
Returns | (boolean) If the page termination was successful. |
Part of | ComputerCraft |
API | none |
Examples
Example | |
Prints out the current page. | |
Code |
print(printer.endPage()) |
Output | true if the page printed successfully, otherwise false |