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