Halt and catch fire: Difference between revisions

Added a FALSE solution
m (→‎{{header|Lua}}: more explain)
(Added a FALSE solution)
Line 187:
>
</pre>
 
=={{header|FALSE}}==
Any function with the exception of <code>^</code> (read from stdin) or <code>ß</code> (flush stdin) will cause a stack underflow.
<lang false>.</lang>
 
Alternatively, the FALSE interpreter expects the stack to be empty at the end of the program's execution, and so leaving a value on the stack is also a valid strategy for crashing the program.
<lang false> 0</lang>
 
=={{header|Fermat}}==