term.restore

From ComputerCraft Wiki
Revision as of 11:25, 20 July 2012 by 81.149.166.136 (Talk)

Jump to: navigation, search


Grid Redstone.png  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

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.restore()