Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
exit
exit()
exit(exitCode: Integer)
Parameter
Type
Description
(optional) exitCode
Integer
The exit code (default: 0)
Exits the program.
Returns
(nil)