os.reboot
From ComputerCraft Wiki
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot(None) |
Returns | None |
Part of | ComputerCraft |
API | os |
Examples
Example | |
Restart | |
Code |
os.reboot() |
Function os.reboot | |
Restarts the computer | |
Syntax | os.reboot(None) |
Returns | None |
Part of | ComputerCraft |
API | os |
Example | |
Restart | |
Code |
os.reboot() |