Difference between revisions of "Term.restore"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
|||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:41, 28 November 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() |