Count in octal: Difference between revisions

Content deleted Content added
Add Nimrod
Add Nimrod
Line 942: Line 942:
<lang nimrod>import strutils
<lang nimrod>import strutils
for i in 0 .. <int64.high:
for i in 0 .. <int64.high:
echo toOct(i)</lang
echo toOct(i)</lang>


=={{header|OCaml}}==
=={{header|OCaml}}==