Program termination: Difference between revisions

Added 11l
(Added 11l)
Line 12:
Unless otherwise described, no special cleanup outside that provided by the operating system is provided.
<br><br>
=={{header|11l}}==
<lang 11l>I problem
exit(1)</lang>
 
=={{header|AArch64 Assembly}}==
{{works with|as|Raspberry Pi 3B version Buster 64 bits}}
Line 51 ⟶ 55:
.include "../includeARM64.inc"
</lang>
 
=={{header|Ada}}==
Ada programs execute in one or more tasks. All tasks created during the execution of a program depend in a hierarchical manner on the task that create them, except for the environment task which executes the "main" procedure for the program.
1,481

edits