os.reboot

From ComputerCraft Wiki
Revision as of 21:40, 25 June 2012 by Zalerinian (Talk | contribs) (Added the page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function os.reboot
Restarts the computer
Syntax os.reboot(None)
Returns None
Part of ComputerCraft
API os

Examples

Grid paper.png  Example
Restart
Code
os.reboot()