System.exit
機能/意味
Synchronous termination of Kirikiri
タイプ
Systemクラス
のメソッド
構文
exit(
code
=
0
)
引数
code
Specify the exit code of the process
戻り値
なし (void)
説明
Quit
Kirikiri.
This method differs from
System.terminate
and ends when called. Therefore, this method never returns.