term.native
From ComputerCraft Wiki
Function term.native | |
Equal to the term API table | |
Syntax | term.native() |
Returns | The term table |
Part of | ComputerCraft |
API | term |
Examples
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()") |