RosettaCodeData/Task/Program-termination/Objeck/program-termination.objeck

4 lines
37 B
Plaintext

if(problem) {
Runtime->Exit(1);
};