Halt and catch fire: Difference between revisions

Realize in F#
(Realize in F#)
Line 62:
The output depends on the compiler and platform but should be similar.
 
=={{header|F_Sharp|F#}}==
<lang fsharp>
0/0
</lang>
{{out}}
<pre>
[ERROR] FATAL UNHANDLED EXCEPTION: System.DivideByZeroException: Attempted to divide by zero.
exit status 1
</pre>
=={{header|Factor}}==
===REPL===
2,172

edits