RosettaCodeData/Task/Count-in-octal/00-TASK.txt
2023-07-01 13:44:08 -04:00

10 lines
426 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>