term.redirect
From ComputerCraft Wiki
Revision as of 04:56, 1 August 2012 by Goad88 (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=term.redirect |returns=None |api=term |addon=ComputerCraft |desc=Redirects terminal output to a monitor(By using peripheral.wrap() to get th...")
| Redirects terminal output to a monitor(By using peripheral.wrap() to get the monitor object.) | |
| Syntax | term.redirect() |
| Returns | None |
| Part of | ComputerCraft |
| API | term |
Examples
| Prints "Hello World!" on the right monitor. | |
| Code |
peripheral.wrap("right")
|
| Output | None |