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