Jump to content

Halt and catch fire: Difference between revisions

added header Pascal
(Added Perl)
(added header Pascal)
Line 47:
</pre>
The output depends on the compiler and platform but should be similar.
=={{header|Pascal}}==
 
{{Works with|Free Pascal}} Do an illegal memory access at $0
<lang pascal>begin pByte($0)^ := 0 end.</lang>
{{out}}
<pre>Runtime error 216 at $0000000000401098</pre>
=={{header|Perl}}==
<lang perl>&a</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.