4 lines
87 B
Text
4 lines
87 B
Text
|
|
if (die) System.exit();
|
||
|
|
if (die) System.exit(1);
|
||
|
|
if (die) System.exit("dumping core");
|