Difference between revisions of "Term.restore"
From ComputerCraft Wiki
Zalerinian (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=term.write |args= string none |returns=Nothing |api=term |addon=ComputerCraft |desc=Restores the program from running on a mon...") |
m (moved Term.restore() to Term.restore) |
(No difference)
| |
Revision as of 20:43, 7 July 2012
| Restores the program from running on a monitor to run on the computer | |
| Syntax | term.write(string none) |
| Returns | Nothing |
| Part of | ComputerCraft |
| API | term |
Examples
| Restores a program to the computer. This will only work if the computer was running a program on a monitor | |
| Code |
term.restore() |