Halt and catch fire: Difference between revisions

Added PL/M
(→‎{{header|Raku}}: Alternate, perhaps more community condoned method.)
(Added PL/M)
Line 75:
{{out}}
<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}}==
3,048

edits