printer.newPage
From ComputerCraft Wiki
Revision as of 00:07, 26 September 2012 by Jdc1197 (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=printer.newPage |args=none |returns=(boolean) If the page creation was succesful. |api=none |addon=ComputerCraft |desc=Creates a new...")
Function printer.newPage | |
Creates a new page to be printed. | |
Syntax | printer.newPage(none) |
Returns | (boolean) If the page creation was succesful. |
Part of | ComputerCraft |
API | none |
Examples
Example | |
Creates a new page. | |
Code |
printer.newPage() |
Output | none |