Jump to content

Program termination: Difference between revisions

(GNU APL example)
Line 216:
 
=={{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>
#!/usr/local/bin/apl --script --
Line 255 ⟶ 253:
1
</pre>
 
 
=={{header|ARM Assembly}}==
67

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.