os.reboot
From ComputerCraft Wiki
Revision as of 14:09, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Updated references from "os" to "OS")
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot() |
Returns | None |
Part of | ComputerCraft |
API | OS |
Examples
Example | |
Restart | |
Code |
os.reboot() |