Program termination: Difference between revisions

Content added Content deleted
(→‎dt: add)
(Initial FutureBasic task solution added)
Line 736: Line 736:
exit code is 1
exit code is 1
</pre>
</pre>

=={{header|FutureBasic}}==
Quick and dirty. Kills everything.
<syntaxhighlight lang="futurebasic">
if condition then end
</syntaxhighlight>


=={{header|Gambas}}==
=={{header|Gambas}}==