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