term.redirect

From ComputerCraft Wiki
Revision as of 06:29, 28 March 2014 by Oeed (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function term.redirect
Redirects terminal output to a monitor (By using peripheral.wrap to get the monitor object.) or other redirect target.
Syntax term.redirect()
Returns table previous terminal object
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Prints "Hello World!" on the right monitor.
Code
term.redirect(peripheral.wrap("right"))
print("Hello World!")
Output None
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox