exit -- Exit the application
Syntax: exit ?returnCode?
Terminates the application by calling
std::process:exit()
with the given returnCode, which must be an integer. If not present,
the returnCode defaults to 0.
Syntax: exit ?returnCode?
Terminates the application by calling
std::process:exit()
with the given returnCode, which must be an integer. If not present,
the returnCode defaults to 0.