RosettaCodeData/Task/Program-termination/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
487 B
Text

;Task:
Show the syntax for a complete stoppage of a program inside a   [[Conditional Structures|conditional]].
This includes all [[threads]]/[[processes]] which are part of your program.
Explain the cleanup (or lack thereof) caused by the termination (allocated memory, database connections, open files, object finalizers/destructors, run-on-exit hooks, etc.).
Unless otherwise described, no special cleanup outside that provided by the operating system is provided.
<br><br>