Jump to content

Program termination: Difference between revisions

no edit summary
No edit summary
Line 358:
<lang Nimrod>if problem:
quit(QuitFailure)
</lang>
 
=={{header|Objeck}}==
The code below, will terminate a program without any cleanup.
 
<lang objeck>
if(problem) {
Runtime->Exit(1);
}
</lang>
 
760

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.