RosettaCodeData/Task/Count-in-octal/00DESCRIPTION
2016-12-05 22:15:40 +01:00

9 lines
424 B
Text

;Task:
Produce a sequential count in octal,   starting at zero,   and using an increment of a one for each consecutive number.
Each number should appear on a single line,   and the program should count until terminated,   or until the maximum value of the numeric type in use is reached.
;Related task:
*   [[Integer sequence]]   is a similar task without the use of octal numbers.
<br><br>