System.exit

Function/Meaning
Synchronous termination of KiriKiri
Type
Method of the System class
Syntax
exit(code=0)
Arguments
code Specifies the process exit code.
Return Value
None (void)
Description
Terminates KiriKiri.
Unlike System.terminate, this method terminates at the point it is called. Therefore, this method never returns.