Program termination: Difference between revisions

Content added Content deleted
(GNU APL example)
Line 216: Line 216:


=={{header|APL}}==
=={{header|APL}}==
APL is an interpreted language and does not allow conditionals inside REPL (immediate) expressions, so this must be run within a script.

<lang apl>
<lang apl>
#!/usr/local/bin/apl --script --
#!/usr/local/bin/apl --script --
Line 255: Line 253:
1
1
</pre>
</pre>



=={{header|ARM Assembly}}==
=={{header|ARM Assembly}}==