Difference between revisions of "Term.native"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
{{Variable
+
{{Function
 
|name=term.native
 
|name=term.native
 
|returns=The term table
 
|returns=The term table

Revision as of 18:08, 17 February 2013


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()")