Halt and catch fire: Difference between revisions

Added Crystal
(Added a section for Rust that just calls panic!() with an empty input string.)
(Added Crystal)
Line 108:
This one-liner also works
<lang csharp>throw new System.Exception();</lang>
 
=={{header|Crystal}}==
<lang crystal>raise "fire"</lang>
 
=={{header|F_Sharp|F#}}==
Anonymous user