printer.endPage
From ComputerCraft Wiki
Revision as of 18:50, 28 November 2012 by AfterLifeLochie (Talk | contribs) (Moved to CAT:LuaCoreFunctions)
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 |