Program termination: Difference between revisions

Content added Content deleted
No edit summary
Line 598: Line 598:
EndPrgm</lang>
EndPrgm</lang>


=={{header|TUSCRIPT}}==
<lang tuscript>
$$ MODE TUSCRIPT
IF (condition==1) STOP
-> execution stops and message:
IF (condition==2) ERROR/STOP "condition ",condition, " Execution STOP "
</lang>
=={{header|Unlambda}}==
=={{header|Unlambda}}==
<pre>
<pre>