Count in octal: Difference between revisions

Add Nimrod
(Updated D entry)
(Add Nimrod)
Line 938:
...
</pre>
 
=={{header|Nimrod}}==
<lang nimrod>import strutils
for i in 0 .. <int64.high:
echo toOct(i)</lang
 
=={{header|OCaml}}==
Anonymous user