svoid doneMsgAndExitIfMain() { S msg = "Done!"; infoBox(msg); if (isMain()) consoleStatus(msg); exitIfMain(); }