Program termination: Difference between revisions

Content added Content deleted
Line 1,145: Line 1,145:
Files will be closed automatically and memory will be freed, however any other cleanup should be invoked manually.<br>
Files will be closed automatically and memory will be freed, however any other cleanup should be invoked manually.<br>
Most of my code has Abort() routines acting as wrappers for final-housekeeping-then-abort().
Most of my code has Abort() routines acting as wrappers for final-housekeeping-then-abort().

=={{header|Phixmonti}}==
<lang Phixmonti>if 1 quit endif</lang>
See Phix commments.


=={{header|PHP}}==
=={{header|PHP}}==