shell.exit
From ComputerCraft Wiki
| Exits the current program (or shell if no program is open) | |
| Syntax | shell.exit() |
| Returns | Text written on the screen |
| Part of | ComputerCraft |
| API | shell |
Examples
| Exits the current program (or shell if no program is open) | |
| Code |
shell.exit() |