Halt and catch fire: Difference between revisions

Content added Content deleted
(→‎{{header|Raku}}: Alternate, perhaps more community condoned method.)
(Added PL/M)
Line 75: Line 75:
{{out}}
{{out}}
<pre>Undefined subroutine &main::a called at line 1.</pre>
<pre>Undefined subroutine &main::a called at line 1.</pre>

=={{header|PL/M}}==
This will terminate the program by restarting CP/M.
<lang plm>100H: GOTO 0; EOF</lang>


=={{header|Phix}}==
=={{header|Phix}}==