Difference between revisions of "Term.restore"
From ComputerCraft Wiki
m (moved Term.restore() to Term.restore) |
|||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
{{Function | {{Function | ||
− | |name=term. | + | |name=term.restore |
− | + | ||
|returns=Nothing | |returns=Nothing | ||
|api=term | |api=term |
Revision as of 11:25, 20 July 2012
Function term.restore | |
Restores the program from running on a monitor to run on the computer | |
Syntax | term.restore() |
Returns | Nothing |
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.restore() |