Program termination: Difference between revisions

Content added Content deleted
(Initial FutureBasic task solution added)
Line 738: Line 738:


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