Difference between revisions of "Printer.endPage"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} {{Function |name=printer.endPage |args=none |returns=(boolean) If the page termination was successful. |api=none |addon=ComputerCraft |desc=Terminate...")
 
m (Moved to CAT:LuaCoreFunctions)
Line 14: Line 14:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:Lua_Core_Functions]]

Revision as of 18:50, 28 November 2012


Grid Redstone.png  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

Grid paper.png  Example
Prints out the current page.
Code
print(printer.endPage())
Output true if the page printed successfully, otherwise false