Halt and catch fire: Difference between revisions

Content added Content deleted
(Added 11l)
(Added a section for Liberty BASIC)
Line 205: Line 205:
To crash the LLVM virtual machine running Julia with Exception: EXCEPTION_ILLEGAL_INSTRUCTION:
To crash the LLVM virtual machine running Julia with Exception: EXCEPTION_ILLEGAL_INSTRUCTION:
<lang julia>unsafe_load(convert(Ptr{Int}, C_NULL))</lang>
<lang julia>unsafe_load(convert(Ptr{Int}, C_NULL))</lang>

=={{header|Liberty BASIC}}==
This is just one possibility; it throws a syntax error. One could also introduce a non-printable character into the IDE to make it appear as if nothing was there. The "Filter Bad Characters" would have to be turned off in Preferences for the non-printable character trick to work.
<lang lb>.</lang>


=={{header|Nim}}==
=={{header|Nim}}==