Count in octal: Difference between revisions

APL solution
(Add Cowgol)
(APL solution)
Line 326:
...
</pre>
 
=={{header|APL}}==
Works with [[Dyalog APL]]. 100,000 is just an arbitrarily large number I chose.
<lang APL>10⊥¨8∘⊥⍣¯1¨⍳100000</lang>
 
=={{header|ARM Assembly}}==
Anonymous user