term.native

From ComputerCraft Wiki
Revision as of 18:05, 17 February 2013 by YoYoYonnY (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=term.native |returns=The term table |api=term |addon=ComputerCraft |desc=Equal to the term API table |examples= {{Example |desc=Restores a progr...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function term.native
Equal to the term API table
Syntax term.native()
Returns The term table
Part of ComputerCraft
API term

Examples

Grid paper.png  Example
Restores a program to the computer. This will only work if the computer was running a program on a monitor
Code
term.native.write("term.native.write() = term.write()")